abell for Cursor
io.github.abelljs/abell
AI tools related to Abell. Currently includes MCP of Abell
client:Cursor
transport:stdio
runtime:npm
Install abell in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"abell": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"abell-ai"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs