okfshare mcp for Cursor
io.github.megapanchamz/okfshare-mcp
Shared, versioned knowledge for AI coding agents: cited retrieval and publishing of OKF bundles.
client:Cursor
transport:stdio
runtime:npm
Install okfshare mcp in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"okfshare-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@okfshare/mcp"
],
"env": {
"OKFSHARE_TOKEN": "<OKFSHARE_TOKEN>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs