Skip to content
Cursor

qsp mcp for Cursor

io.github.qso-graph/qsp-mcp

QSP — relay MCP tools to any OpenAI-compatible local LLM (llama.cpp, Ollama, vLLM)

client:Cursor transport:stdio runtime:pypi

Install qsp mcp in Cursor

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

{
  "mcpServers": {
    "qsp-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "qsp-mcp"
      ]
    }
  }
}

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

qsp mcp in other clients