ClaudeInk — Knowledge Vault for Cursor
io.github.weekdmond/claudeink
Save, search, and compile valuable knowledge from your Claude conversations.
client:Cursor
transport:stdio
runtime:npm
Install ClaudeInk — Knowledge Vault in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"claudeink": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@claudeink/mcp-server"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs