Interactive Dev Tool

MCP Config Generator

Build, configure, and validate production-ready JSON configs for Claude Desktop, Cursor, Windsurf, and AI Agents in seconds.

Target Client:

Select MCP Servers (2 active)

GitHubOfficial

Dev Tools

Manage repositories, issues, pull requests, file contents, and search code.

PostgreSQLPopular

Databases

Query and inspect PostgreSQL schemas, tables, views, and execute read-only queries.

SQLiteOfficial

Databases

Query and inspect local SQLite databases, explore table schemas and indexes.

FilesystemEssential

Core

Read, write, search, and manage directories and files with scoped sandbox access.

Brave SearchPopular

Search & Web

Web and local search capability powered by the privacy-preserving Brave Search API.

Memory GraphOfficial

Core

Knowledge-graph persistent memory system to maintain entity relationships across sessions.

Web FetchOfficial

Search & Web

Fetch web pages and convert HTML content to clean, token-efficient Markdown.

Puppeteer (Browser)Official

Search & Web

Full headless Chrome browser automation, DOM traversal, and screenshot capture.

SentryObservability

Dev Tools

Query Sentry error issues, crash events, stack traces, and release telemetry.

SlackCommunication

Dev Tools

Interact with Slack channels, read thread history, and post agent updates.

Sequential ThinkingReasoning

Core

Dynamic multi-step reasoning tool enabling structured problem decomposition.

Docker EngineDevOps

Dev Tools

List, inspect, start, stop containers, and manage Docker volumes and images.

Customize Server Parameters & Secrets

GitHub Settingsnpx
Filesystem Settingsnpx

Custom MCP Servers

Add proprietary, internal, or community servers not in standard catalog.

claude_desktop_config.json2 servers
{
  "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"
      ]
    }
  }
}
Installation Locations for Claude Desktop:
windows%APPDATA%\Claude\claude_desktop_config.json
mac~/Library/Application Support/Claude/claude_desktop_config.json
linux~/.config/Claude/claude_desktop_config.json

Paste this JSON directly into your client's config file and restart the application to activate your MCP tools.