Skip to main content
Glama

AI Collaboration MCP Server

by hurryupmitch
package.json980 B
{ "name": "ai-collaboration-mcp-server", "version": "1.0.0", "description": "Enhanced AI collaboration MCP server with multi-provider support, conversation history, and automatic context injection", "main": "build/index.js", "type": "module", "scripts": { "build": "tsc", "dev": "tsc --watch", "start": "node build/index.js", "test": "npm run build && node build/index.js" }, "keywords": [ "mcp", "model-context-protocol", "ai", "claude", "gpt4", "gemini", "ollama", "vscode", "collaboration" ], "author": "Your Name", "license": "MIT", "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "dotenv": "^16.4.5", "node-fetch": "^3.3.2" }, "devDependencies": { "@types/node": "^20.14.2", "typescript": "^5.4.5" }, "engines": { "node": ">=18.0.0" }, "repository": { "type": "git", "url": "https://github.com/yourusername/ai-collaboration-mcp-server.git" } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/hurryupmitch/ai-collaboration-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server