Perceptdot Core for Cursor
io.github.perceptdot/core
B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.
client:Cursor
transport:stdio
runtime:npm
Install Perceptdot Core in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"core": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@perceptdot/core"
]
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs