Skip to main content
Glama
itsocialist

Claude Code Connector MCP

by itsocialist
package.json1.38 kB
{ "name": "@ciq/claude-code-connector-mcp", "version": "0.1.0", "description": "MCP server bridging Claude Desktop, Claude Code CLI, and Claude Code for VS Code", "main": "dist/index.js", "type": "module", "bin": { "claude-code-connector": "./dist/index.js" }, "scripts": { "build": "tsc", "dev": "tsc --watch", "test": "jest", "test:integration": "jest --testMatch='**/*.integration.test.ts'", "test:e2e": "jest --testMatch='**/*.e2e.test.ts'", "lint": "eslint src/ --ext .ts", "format": "prettier --write 'src/**/*.ts'", "prepublishOnly": "npm run build" }, "keywords": [ "mcp", "claude", "claude-code", "developer-tools", "ai", "automation" ], "author": "CIQ Inc.", "license": "PROPRIETARY", "repository": { "type": "git", "url": "https://github.com/ciq/claude-code-connector-mcp" }, "engines": { "node": ">=18.0.0" }, "dependencies": { "@modelcontextprotocol/sdk": "^0.5.0", "chokidar": "^3.5.3", "zod": "^3.22.4" }, "devDependencies": { "@types/node": "^20.0.0", "@types/jest": "^29.5.0", "@typescript-eslint/eslint-plugin": "^6.0.0", "@typescript-eslint/parser": "^6.0.0", "eslint": "^8.0.0", "jest": "^29.5.0", "prettier": "^3.0.0", "ts-jest": "^29.1.0", "ts-node": "^10.9.0", "typescript": "^5.0.0" } }

Latest Blog Posts

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/itsocialist/claude-code-connector-mcp'

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