Integration · Cursor & Windsurf

Project context that survives every session

IDEs reset context each session. Kiomon remembers the decisions, API patterns, and architecture your code agent already figured out, allowing Cursor to start every session with full project knowledge.

Connect

  • Get your token. Create a workspace in the Kiomon dashboard and copy your API token.
  • Add to Cursor. In Cursor settings → MCP → add a new server:
    npx kiomon-mcp --token <your-kiomon-token> --url <your-kiomon-url>
  • Windsurf works the same way: Any MCP-capable IDE accepts the same command.

Routines for code

  • Store procedural routines (like "always use X client for this service" or "tests live here") as first-class memory.
  • Remember episodic moments, such as why a file was deleted, which approach failed, or key PR feedback.
  • Search past decisions with search_memory instead of re-reading the whole repo.
  • Refactor with your memory by exploring how a decision connects to the rest of the graph with explore_memory_graph.

Ready

Create your free workspace, or start with Claude Desktop and carry the same memory into your IDE.