MCP Config Generator
Build, configure, and validate production-ready JSON configs for Claude Desktop, Cursor, Windsurf, and AI Agents in seconds.
Select MCP Servers (2 active)
GitHubOfficial
Dev ToolsManage repositories, issues, pull requests, file contents, and search code.
PostgreSQLPopular
DatabasesQuery and inspect PostgreSQL schemas, tables, views, and execute read-only queries.
SQLiteOfficial
DatabasesQuery and inspect local SQLite databases, explore table schemas and indexes.
FilesystemEssential
CoreRead, write, search, and manage directories and files with scoped sandbox access.
Brave SearchPopular
Search & WebWeb and local search capability powered by the privacy-preserving Brave Search API.
Memory GraphOfficial
CoreKnowledge-graph persistent memory system to maintain entity relationships across sessions.
Web FetchOfficial
Search & WebFetch web pages and convert HTML content to clean, token-efficient Markdown.
Puppeteer (Browser)Official
Search & WebFull headless Chrome browser automation, DOM traversal, and screenshot capture.
SentryObservability
Dev ToolsQuery Sentry error issues, crash events, stack traces, and release telemetry.
SlackCommunication
Dev ToolsInteract with Slack channels, read thread history, and post agent updates.
Sequential ThinkingReasoning
CoreDynamic multi-step reasoning tool enabling structured problem decomposition.
Docker EngineDevOps
Dev ToolsList, inspect, start, stop containers, and manage Docker volumes and images.
Customize Server Parameters & Secrets
Custom MCP Servers
Add proprietary, internal, or community servers not in standard catalog.
{
"mcpServers": {
"github": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-github"
],
"env": {
"GITHUB_PERSONAL_ACCESS_TOKEN": "<YOUR_GITHUB_PERSONAL_ACCESS_TOKEN>"
}
},
"filesystem": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-filesystem",
"C:/Projects"
]
}
}
}Paste this JSON directly into your client's config file and restart the application to activate your MCP tools.