cursor-context-mcp
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cursor-context-mcpsearch case 'my-project' pack 'demo-pack' for 'error handling'"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cursor-context-mcp
MIT open-source MCP server: filesystem allowlist + pack-aware Qdrant RAG + optional demo Tool Gateway.
Not affiliated with Cursor. Works with Cursor, LM Studio, and any HTTP MCP host.
Features
Tool | Description |
| Read UTF-8 text under configured allowlist roots |
| List immediate children of an allowed directory |
| Stub (v0.1); use |
| Qdrant scroll with mandatory |
Related MCP server: Satori
vs @modelcontextprotocol/server-filesystem
cursor-context-mcp | server-filesystem | |
Path allowlist | Yes ( | Yes |
Pack / case ACL RAG | Yes ( | No |
Tool Gateway audit | Optional demo registry | No |
Domain packs (legal/condo) | No — see Closed-source sibling below | No |
Install
From a standalone clone (repo root = this package):
git clone https://github.com/tomaxtoLuca/cursor-context-mcp.git && cd cursor-context-mcp
python -m venv .venv
source .venv/bin/activate # Linux/macOS
# .venv\Scripts\activate # Windows
pip install -r requirements.txtMonorepo note: inside the tomaxto workspace, this package lives at mcp/cursor-context-mcp/.
Run
python scripts/acceptance_mcp.py # optional; Qdrant live test skips if down
python server.py # http://127.0.0.1:8780/mcpQdrant demo seed (optional):
docker run -p 6333:6333 qdrant/qdrant
python scripts/seed_demo.pyCursor config
Add to .cursor/mcp.json. The key (cursor-context) is a display name you choose; port 8780 is the default for this server, not a universal MCP port.
{
"mcpServers": {
"cursor-context": {
"url": "http://127.0.0.1:8780/mcp"
}
}
}Reload MCP in Cursor after starting the server.
Configuration
Env | Default |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Copy .env.example to .env for local overrides.
Closed-source sibling
SIU production extensions (Legal / Condo / Studio packs, HubSpot LOB, siu-rag client) live in the private siu-context package (tomaxto monorepo). This open kernel does not include those adapters.
License
MIT — see LICENSE.
Last updated: 2026-06-18
This server cannot be deployed
Maintenance
Related MCP Connectors
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
MCP server for querying Forkast documentation
Capability registry for the agentic economy. Semantic search over verified MCP server listings.
Related MCP Servers
- AlicenseBqualityDmaintenanceA complete MCP server for Retrieval-Augmented Generation with file management and vector memory for agents. Supports multiple document formats (PDF, DOCX, TXT, MD, CSV, JSON) with semantic search using Hugging Face embeddings and ChromaDB for efficient vector storage.116 npm1MIT
- AlicenseNot gradedqualityBmaintenanceAgent-safe code retrieval MCP server that indexes repositories and provides semantic search, file navigation, call graph analysis, and bounded file reading tools for coding agents.2,846,509 npm3AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceAn MCP server that indexes documents and serves relevant context to LLMs via Retrieval Augmented Generation (RAG).25 npm37MIT
- FlicenseNot gradedqualityBmaintenanceMCP server that exposes one or more documentation folders (Markdown, MDX, TXT) to AI agents, enabling listing, reading, and searching of documentation files.-