Skip to content
Cursor

simple mcp server for Cursor

io.github.ormastes/simple-mcp-server

Simple Language MCP server — code intelligence, debugging, build, test, and VCS tools

client:Cursor transport:stdio runtime:npm

Install simple mcp server in Cursor

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

{
  "mcpServers": {
    "simple-mcp-server": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@simple-lang/mcp-server"
      ]
    }
  }
}

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

simple mcp server in other clients