codeswarm-mcp-server

Dragonscale-Labs/codeswarm-mcp-server

3.1

If you are the rightful owner of codeswarm-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.

CodeSwarm MCP Server facilitates integration with Cursor and other MCP-compatible tools.

The CodeSwarm MCP Server is designed to enable seamless integration with various MCP-compatible tools, including Cursor. It acts as a bridge, allowing different tools to communicate and work together efficiently. The server can be installed globally using popular package managers like pnpm, npm, or yarn. Once installed, it can be run using an API key, which can be set as an environment variable. The server is highly configurable, allowing users to specify commands and environment variables in their MCP configuration files. This flexibility makes it a versatile tool for developers looking to integrate multiple tools in their workflow.

Features

  • Global Installation: Easily install the server globally using pnpm, npm, or yarn.
  • API Key Integration: Run the server with a specified API key for secure access.
  • Configurable: Customize the server settings using MCP configuration files.
  • Development Mode: Clone the repository and run the server in development mode for testing.
  • MIT License: Open-source and freely available under the MIT license.

Usages

usage with Cursor

{
  "mcpServers": {
    "CodeSwarm": {
      "command": "pnpx",
      "args": [
        "@codeswarm/mcp-server"
      ],
      "env": {
        "CODESWARM_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}