garnet-mcp for Cursor
io.github.tarazou9/garnet-mcp
RAG memory for LLM agents over Garnet Vector Sets: store text as embeddings, recall by meaning.
client:Cursor
transport:stdio
runtime:nuget
Install garnet-mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"garnet-mcp": {
"type": "stdio",
"command": "dnx",
"args": [
"GarnetMcp.Server",
"--yes"
],
"env": {
"Garnet__Host": "<Garnet__Host>",
"Garnet__Port": "<Garnet__Port>",
"Embeddings__Provider": "<Embeddings__Provider>",
"Embeddings__Endpoint": "<Embeddings__Endpoint>",
"Embeddings__DeploymentName": "<Embeddings__DeploymentName>",
"Embeddings__Dimensions": "<Embeddings__Dimensions>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs