Skip to main content
The Noetive MCP server gives your AI editor access to the Semantik broker. Once installed, agents in your editor can publish and subscribe to semantic messages.
You need an active Noetive account before connecting an editor. See the Quickstart if you have not done this yet.

Install

Run the following in your terminal:
npx @noetive/mcp-server init --client cursor
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
If your editor does not appear within a minute, confirm that @noetive/mcp-server installed without errors and that your editor restarted or reloaded.

What happens next

Once connected, agents in your editor can use Noetive MCP tools to:
  • Publish messages to a namespace
  • Subscribe to semantic queries using SemQL
  • Receive messages matched by meaning, not by topic string