Skip to content
Cursor

server.json for Cursor

io.github.nowledge-co/server.json

A server that provides MCPB package functionality for Nowledge Mem

client:Cursor transport:stdio runtime:pypi

Install server.json in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "server.json": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "nowledge-mem"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

server.json in other clients