Inflectiv for Cursor
io.github.inflectiv/inflectiv-mcp-server
Search, build and manage Inflectiv datasets and AI agents, plus ChainAware on-chain intelligence.
client:Cursor
transport:stdio
runtime:npm
Install Inflectiv in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"inflectiv-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@inflectiv-ai/inflectiv-mcp"
],
"env": {
"INFLECTIV_API_KEY": "<INFLECTIV_API_KEY>",
"INFLECTIV_BASE_URL": "<INFLECTIV_BASE_URL>",
"INFLECTIV_WALLET_PRIVATE_KEY": "<INFLECTIV_WALLET_PRIVATE_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs