lindas mcp for Cursor
io.github.malkreide/lindas-mcp
MCP server for LINDAS — the Swiss administration's linked-data SPARQL knowledge graph (cube.link)
client:Cursor
transport:stdio
runtime:pypi
Install lindas mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lindas-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"lindas-mcp"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs