mcp sparql for Cursor
io.github.daedalus/mcp-sparql
MCP server exposing SPARQL query functionalities for LLMs
client:Cursor
transport:stdio
runtime:pypi
Install mcp sparql in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"mcp-sparql": {
"type": "stdio",
"command": "uvx",
"args": [
"mcp-sparql"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs