ToolFront MCP Server
Offers community support through a Discord server for real-time help and discussions
Offers containerized deployment of the ToolFront MCP server through Docker images
Provides connection to DuckDB databases, allowing AI agents to execute queries and explore DuckDB data
Provides issue tracking and repository hosting for the ToolFront project
Enables GitHub Copilot to connect to your databases, providing context about tables, schemas, and query patterns
Enables connections to MySQL databases, allowing AI agents to query and analyze MySQL data
Provides connection to PostgreSQL databases, allowing AI agents to query and work with PostgreSQL data
Enables connections to Snowflake data warehouses, allowing AI agents to query and analyze Snowflake data
Provides connection to SQLite databases, allowing AI agents to query and analyze SQLite data
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., "@ToolFront MCP Serverconnect to our PostgreSQL analytics database and show me the top 5 customers by revenue this month"
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.
Website: https://statespace.com
Search Markdown and .txt pages from llms.txt sites. Available as a CLI, SDK, MCP server, and agent skill.
Installation
npm install @statespace-tech/statespaceRelated MCP server: MySQL MCP Server
Query syntax
Plain queries search across all sites:
mcp server setup
vector database embeddings
rate limiting middleware
oauth2 token refresh
websocket reconnection strategyScope a query to a specific site with site: query:
stripe: webhook verification
supabase: edge functions auth
vercel: edge middleware caching
mistral.ai: function calling # match by domain
docs.aws.amazon.com: s3 presigned urls # match by subdomainUse quotes for exact phrase matching:
"context window limit"
vector database "semantic search"
stripe: "webhook signature verification"CLI
Search documentation from the command line: npx @statespace-tech/statespace search <query> [options]
npx @statespace-tech/statespace search "mcp server setup"
npx @statespace-tech/statespace search "stripe: webhook verification" --limit 5
npx @statespace-tech/statespace search "redis connection pooling" --limit 10 --offset 3
npx @statespace-tech/statespace search "anthropic: tool function calling" --limit 5 --humanFlag | Short | Default | Max | Description |
|
|
|
| Max results to return |
|
|
| — | Results to skip (for pagination) |
| — | — | — | Human-readable output instead of JSON |
SDK
Import and call search() directly from TypeScript or JavaScript.
import { search } from '@statespace-tech/statespace';
const results = await search("mcp server setup");
const results = await search("stripe: webhook verification", { limit: 5 });
const results = await search("redis connection pooling", { limit: 10, offset: 3 });MCP
Add to your MCP config to expose a search tool to your agents:
{
"mcpServers": {
"statespace": {
"command": "npx",
"args": ["@statespace-tech/statespace", "mcp"]
}
}
}Agent skill
See SKILL.md
Requirements
Node.js 18+
Community & Contributing
Discord: Join our community server for real-time help and discussions
X: Follow us @statespace_tech for updates and news
Issues: Report bugs or request features on GitHub Issues
License
MIT
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Appeared in Searches
Latest Blog Posts
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'
If you have feedback or need assistance with the MCP directory API, please join our Discord server