M
MCP Gen.ai
作者 @a77lic7ion
MCP-Gen.AI
创建于 4/7/2026
更新于 about 5 hours ago
README
Repository documentation and setup instructions
MCP Config Generator
A local-first tool to generate Model Context Protocol (MCP) configurations for various IDEs and servers.
Features
- IDE Support: VS Code, AnythingLLM, TRAE, Antigravity, OpenCode.
- Server Catalog: Filesystem, Web Search, Git, Databases, Browser, Memory, AI, DevOps, Terminal, Comms, Network, Data.
- Features:
- Expand/Collapse All: Quickly manage the visibility of all MCP server categories.
- Theme Support: Toggle between Dark and Light modes.
- Saved Configs: Save and manage multiple MCP configurations locally.
- Export/Import: Backup your configurations as JSON files.
- Settings:
- Tavily Search integration for finding MCP configs.
- Config Validation Endpoint: Validate your generated JSON against LLMs (Gemini, Mistral, Anthropic, OpenRouter).
- Styling: Cyber/Tech aesthetic with IBM Plex fonts and dark mode.
Setup
- Select your target IDE.
- Choose the MCP servers you want to include.
- Fill in any required parameters (API keys, paths).
- Click Generate MCP Config.
- Copy the generated JSON to your IDE's configuration file.
Validation
You can validate your config by providing an API key for one of the supported LLM providers in the Settings section.
Screenshots
Online search and Add
Add to your own list
load saved sessions and append new data
快速设置
此服务器的安装指南
安装包 (如果需要)
npx @modelcontextprotocol/server-mcp-gen.ai
Cursor 配置 (mcp.json)
{
"mcpServers": {
"a77lic7ion-mcp-gen-ai": {
"command": "npx",
"args": [
"a77lic7ion-mcp-gen-ai"
]
}
}
}