ossian mcp for Cursor
io.github.dockndevai/ossian-mcp
Ask your own documents with citations, plus durable memory for agents. Safe by default.
client:Cursor
transport:stdio
runtime:npm
Install ossian mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"ossian-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"ossian-mcp"
],
"env": {
"OSSIAN_URL": "<OSSIAN_URL>",
"OSSIAN_API_KEY": "<OSSIAN_API_KEY>",
"OSSIAN_AGENT_ID": "<OSSIAN_AGENT_ID>",
"OSSIAN_MODE": "<OSSIAN_MODE>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs