Statespace
Enables AI agents to interact with DuckDB for high-performance analytical queries.
Provides connectivity for AI agents to access and work with MongoDB databases.
Allows AI agents to explore schemas and execute queries on MySQL databases.
Connects AI agents to PostgreSQL databases for data documentation, schema exploration, and text-to-SQL tasks.
Enables the execution of Python scripts as custom tools within AI agent workflows.
Facilitates interaction with Snowflake data warehouses, allowing AI agents to perform queries and analyze data.
Supports AI-driven data exploration and querying of local SQLite databases.
Click on "Install 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., "@StatespaceHow many new users registered this week?"
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.
statespace
Search documentation indexed from llms.txt sites — from the terminal, from your AI assistant, or over HTTP.
CLI
npx statespace search "redis connection pooling"
npx statespace search "authentication" --site upstash.com
npx statespace search "rate limiting" --limit 20Options
Flag | Short | Default | Description |
|
| — | Restrict to a specific site (name, domain, or URL) |
|
| 10 | Max results |
|
|
| Backend API base URL |
Related MCP server: gnosis-mcp
MCP
Add to your MCP client config (Claude Desktop, Cursor, etc.):
{
"mcpServers": {
"statespace": {
"command": "npx",
"args": ["statespace", "mcp"]
}
}
}For a remote backend:
{
"mcpServers": {
"statespace": {
"command": "npx",
"args": ["statespace", "mcp", "--url", "https://your-backend.example.com"]
}
}
}To run as an SSE server instead of stdio (useful for remote or multi-client deployments):
npx statespace mcp --transport sse --port 4000Tool: search
Parameter | Type | Required | Default | Description |
| string | yes | — | Search query |
| integer | no | 10 | Max results |
| string | no | — | Restrict to a specific site (name, domain, or URL) |
HTTP
The backend exposes a single endpoint:
GET /search?q=<query>[&limit=<n>][&site=<site>]curl "http://localhost:3000/search?q=redis+connection+pooling"
curl "http://localhost:3000/search?q=authentication&site=upstash.com&limit=5"Response
[
{
"url": "https://upstash.com/docs/llms.txt",
"site": "Upstash",
"title": "Upstash Docs",
"score": 0.8321
}
]Without site, returns one result per matching site. With site, returns individual pages within that site.
Requirements
Node.js 18+
Community
Discord: discord.gg/rRyM7zkZTf
Issues: GitHub Issues
License
This project is licensed under the terms of the MIT license.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseAqualityDmaintenanceEnables the creation and execution of task-specific AI sub-agents defined in markdown across any MCP-compatible tool like Cursor or Claude Desktop. It integrates with execution engines such as Claude Code, Cursor CLI, and Gemini CLI to provide portable and reusable specialized agent workflows.Last updated1439MIT
- Alicense-qualityAmaintenanceZero-config knowledge base for AI coding agents. Loads your markdown docs into a searchable database and exposes them as MCP tools — search, read, and manage documentation without leaving your editor. Works instantly with SQLite (no setup), upgrades to PostgreSQL + pgvector for hybrid semantic search. 6 MCP tools, 3 resources, FTS5 keyword search, 176 tests.Last updated26MIT
- Alicense-qualityDmaintenanceTransforms Markdown documentation into an intelligent knowledge base with AI-powered search and Q\&A through an MCP server.Last updated259MIT
- Alicense-qualityCmaintenanceOne config, one CLI that turns your databases (Postgres, MySQL, SQLite, MongoDB) into MCP servers for Claude, GPT, Cursor, and any MCP-compatible agent.Last updated1MIT
Related MCP Connectors
Local-first RAG engine with MCP server for AI agent integration.
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Analytical memory for AI agents: a real Postgres queried in plain English over MCP. One command.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/statespace-tech/statespace-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server