npm install -g @portel/ncpGlobal configuration:
~/.cursor/mcp.jsonProject-specific:
<project-root>/.cursor/mcp.jsonConfiguration:
{
"mcpServers": {
"ncp": {
"command": "ncp"
}
}
}Close and reopen Cursor IDE.
For complete Cursor MCP setup, troubleshooting, and features:
Separate work and personal MCPs:
{
"mcpServers": {
"ncp-work": {
"command": "ncp",
"env": {
"NCP_PROFILE": "work"
}
},
"ncp-personal": {
"command": "ncp",
"env": {
"NCP_PROFILE": "personal"
}
}
}
}Enable logging to ~/.ncp/logs/:
{
"mcpServers": {
"ncp": {
"command": "ncp",
"env": {
"NCP_DEBUG": "true"
}
}
}
}{
"mcpServers": {
"ncp": {
"command": "ncp",
"env": {
"NCP_WORKING_DIR": "/path/to/workspace"
}
}
}
}ncp_find- Semantic search across all your MCPsncp_run- Execute any tool with proper parameter handling
Result: 90%+ token savings, longer conversations, just-in-time tool loading.
Need help? Troubleshooting Guide | Open an issue