Skip to content

Commit a6239d7

Browse files
committed
added agents
1 parent f0d4d01 commit a6239d7

File tree

4 files changed

+597
-20
lines changed

4 files changed

+597
-20
lines changed

README.md

Lines changed: 43 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# MCP Kit
22

3-
A lightweight UI console to detect MCP-capable agents and install MCP servers. Easily manage Model Context Protocol integrations for Cursor, Windsurf, Claude and other MCP-capable assistants.
3+
A lightweight UI console to detect MCP-capable agents and install MCP servers. Easily manage Model Context Protocol integrations for Cursor, Windsurf, Claude Desktop, Continue, Aider, Cline, Neovim, Emacs, JetBrains IDEs and other MCP-capable assistants.
44

55
![MCP Kit Screenshot](assets/image.png)
66

@@ -26,7 +26,7 @@ npx @cybertheory/mcpkit
2626

2727
## ✨ Features
2828

29-
- **Auto-Detection**: Automatically finds Cursor, Windsurf, Claude, and other MCP-capable agents
29+
- **Auto-Detection**: Automatically finds Cursor, Windsurf, Claude Desktop, Continue, Aider, Cline, Neovim, Emacs, JetBrains IDEs and other MCP-capable agents
3030
- **Live Registry**: Always up-to-date MCP server catalog from GitHub
3131
- **One-Click Install**: Install MCP servers with environment variable configuration
3232
- **OAuth Support**: Handle authentication flows for services like GitHub
@@ -35,8 +35,32 @@ npx @cybertheory/mcpkit
3535

3636
## 🎯 Supported Agents
3737

38+
### Code Editors
3839
- **Cursor** - AI-powered code editor
39-
- **Windsurf** - AI coding assistant
40+
- **Windsurf** - AI coding assistant by Codeium
41+
- **Continue** - Open-source AI coding assistant
42+
- **Cline** - AI-powered coding assistant for VS Code
43+
- **VS Code** - Visual Studio Code with MCP extensions
44+
- **Neovim** - Modern Vim with MCP support
45+
- **Emacs** - Extensible text editor with MCP integration
46+
- **JetBrains IDEs** - IntelliJ IDEA, PyCharm, WebStorm with MCP
47+
48+
### AI Assistants
49+
- **Claude Desktop** - Anthropic's Claude AI assistant
50+
- **ChatGPT** - OpenAI's ChatGPT with MCP integration
51+
- **Perplexity AI** - AI-powered search and research assistant
52+
53+
### Terminal Tools
54+
- **Aider** - AI pair programming in your terminal
55+
56+
### Productivity & Communication
57+
- **Notion AI** - AI-powered workspace and productivity tool
58+
- **Obsidian** - Knowledge management with AI plugins
59+
- **Slack** - Team communication with AI integrations
60+
- **Discord** - Community platform with bot integrations
61+
- **Zapier** - Automation platform connecting apps and services
62+
63+
### Custom Agents
4064
- **Custom Agents** - Add your own MCP-compatible tools
4165

4266
## 📦 Installation Methods
@@ -131,8 +155,24 @@ npm publish
131155

132156
MCP Kit automatically detects agent configurations, but you can manually specify paths if needed:
133157

158+
### Code Editors
134159
- **Cursor**: `~/.cursor/mcp.json`
135160
- **Windsurf**: `~/.windsurf/mcp.json`
161+
- **Continue**: `~/.continue/config.json`
162+
- **Cline**: `~/.cline/config.json` (VS Code extension with MCP support)
163+
- **Neovim**: `~/.neovim/mcp.json`
164+
- **Emacs**: `~/.emacs/mcp.json`
165+
- **JetBrains**: `~/.jetbrains/mcp.json`
166+
167+
### AI Assistants
168+
- **Claude Desktop**: `~/.claude/mcp.json`
169+
- **ChatGPT**: Custom configuration file
170+
- **Perplexity AI**: Custom configuration file
171+
172+
### Terminal Tools
173+
- **Aider**: `~/.aiderrc` or `~/.aider/config.json`
174+
175+
### Custom Agents
136176
- **Custom**: Specify any JSON configuration file
137177

138178
## 🌐 Registry

0 commit comments

Comments
 (0)