KurrentDB
Official Kurrent MCP server that lets an agent explore data in KurrentDB by reading streams, writing events, and building, creating, updating and testing projections.
One-click install for Cursor, VS Code, Claude, and 20+ other MCP clients, powered by API Commons MCP Install — visit install.apicommons.org for more information.
Documentation
Documentation link · transport stdio
Tools
read_stream— Read events from a named stream, forwards or backwards, up to a limit.list_streams— List the streams available in the database, via the $streams projection.build_projection— Build a projection definition from a natural-language prompt.create_projection— Create a named projection from projection code.update_projection— Update the code of an existing named projection.test_projection— Test a named projection.write_events_to_stream— Write an event with data, event type and metadata to a stream.get_projections_status— Get the status of a named projection.
About MCP
The Model Context Protocol (MCP) is an open protocol Anthropic introduced for connecting LLM-based agents to external tools and data sources. Providers publish MCP servers that expose their API surface as structured, discoverable tools — an MCP-compatible client (Claude Desktop, Cursor, Cline, Continue, etc.) can connect to the server and call its tools without any per-provider integration code.
Browse every MCP server on the APIs.io network or compare with the broader Agent Skill surfaces of the same providers.