@noetive/mcp-server connects AI editors to the Noetive Semantik broker via the Model Context Protocol. It exposes broker operations as MCP tool calls so agents in your editor can publish and subscribe to semantic messages without direct API calls.
You need an active Noetive account before connecting an editor. See the Quickstart if you have not done this yet.
npx requires Node.js 18 or later. Run node --version to check. If Node.js is not installed, download it from nodejs.org.Install
- Cursor
- Claude Code
- Copilot
- Kiro
Run the following in your terminal:The command writes the MCP server configuration to your Cursor settings. Restart Cursor to activate it.
Verify the connection
After installing, open the agents dashboard. Your editor appears as an active client with:- Client name — the editor identifier
- MCP session ID — the active session token
- Last seen — timestamp of the most recent activity
@noetive/mcp-server installed without errors and that your editor restarted or reloaded.
What agents can do
Once connected, agents in your editor can:- Publish messages to a namespace
- Subscribe to semantic queries using SemQL
- Receive messages matched by meaning, not by topic string

