CodeSwarm MCP Server
@Dragonscale-Labs
关于 CodeSwarm MCP Server
暂无概览
基本信息
配置
工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is CodeSwarm MCP Server?
The CodeSwarm MCP Server enables integration between CodeSwarm and Cursor or other MCP-compatible tools. It provides a standardized Model Context Protocol interface for developers using these environments.
How to use CodeSwarm MCP Server?
Install globally with pnpm, npm, or yarn. Run the server by setting the CODESWARM_API_KEY environment variable and executing pnpx @codeswarm/mcp-server. For integration with Cursor, add a configuration entry to .cursor/mcp.json with the command and API key environment variable.
Key features of CodeSwarm MCP Server
- Integrates CodeSwarm with Cursor and MCP-compatible tools
- Requires only an API key for authentication
- Available via pnpm, npm, or yarn global installation
- Supports development mode with hot reloading
- Simple command-line invocation
Use cases of CodeSwarm MCP Server
- Connecting CodeSwarm functionality to the Cursor editor
- Using CodeSwarm features from any MCP-compatible client
- Running CodeSwarm tasks within an AI-assisted development workflow
FAQ from CodeSwarm MCP Server
How do I install the CodeSwarm MCP Server?
Install globally with pnpm add -g @codeswarm/mcp-server, npm install -g @codeswarm/mcp-server, or yarn global add @codeswarm/mcp-server.
How do I run the server with my API key?
Set the CODESWARM_API_KEY environment variable and run pnpx @codeswarm/mcp-server. You can set the variable inline or in your shell profile.
How do I configure it for Cursor?
Add a CodeSwarm entry to your .cursor/mcp.json file with pnpx @codeswarm/mcp-server as the command and your API key in the environment variables.
Is there a development mode?
Yes, clone the repository, install dependencies with pnpm install, build with pnpm build, and run in development mode with pnpm dev.
What runtime dependencies are required?
Node.js with pnpm (or npm/yarn) is required to install and run the server. An active CodeSwarm API key is also needed.
其他 分类下的更多 MCP 服务器
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
FastMCP v2 🚀
jlowin🚀 The fast, Pythonic way to build MCP servers and clients.
Inbox Zero AI MCP
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论