Back to Home
guru111244 icon

claude-team-mcp

Verified Safe

by guru111244

Overview

A multi-agent MCP server designed for AI development teams to facilitate collaboration between various AI models (like GPT, Claude, Gemini) on complex coding and development tasks.

Installation

Run Command
npx claude-team

Environment Variables

  • CLAUDE_TEAM_MAIN_KEY
  • OPENAI_API_KEY
  • ANTHROPIC_API_KEY
  • GEMINI_API_KEY

Security Notes

The server is designed to interact with external AI APIs (requiring API keys) and has capabilities to interact with the local filesystem (e.g., reading project files, analyzing structure, and generating code files). API keys are handled via environment variables or a configuration file, which is good practice. Network communication with AI providers is expected to use HTTPS. The primary security considerations involve securely managing API keys and carefully reviewing AI-generated code before execution, given the server's access to local project files. No 'eval', code obfuscation, or obvious malicious patterns were found in the provided source code.

Similar Servers

Stats

Interest Score32
Security Score8
Cost ClassMedium
Avg Tokens5000
Stars1
Forks0
Last Update2026-01-19

Tags

Multi-agentAI collaborationCoding AgentsLLMDevelopment