Skip to main content
Glama

CoderSwap MCP Server

by njlnaet
package.json1.45 kB
{ "name": "@coderswap/mcp-server", "mcpName": "io.github.njlnaet/coderswap-mcp-server", "version": "0.1.2", "type": "module", "description": "MCP server for Claude Desktop: autonomous research ingestion + hybrid vector search with intent-aware ranking. Build searchable knowledge bases from AI research summaries.", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "coderswap-mcp-server": "./dist/index.js" }, "files": [ "dist", "mcp_starter_prompt.yaml" ], "keywords": [ "mcp", "mcp-server", "claude", "claude-desktop", "anthropic", "model-context-protocol", "search", "vector-search", "hybrid-search", "semantic-search", "rag", "retrieval-augmented-generation", "research", "knowledge-base", "ai-research", "embeddings" ], "author": "CoderSwap", "license": "MIT", "homepage": "https://coderswap.ai", "repository": { "type": "git", "url": "https://github.com/njlnaet/mcp-server.git" }, "bugs": { "url": "https://github.com/njlnaet/mcp-server/issues" }, "scripts": { "build": "tsc -p tsconfig.json", "start": "node dist/index.js", "dev": "ts-node src/index.ts" }, "dependencies": { "@modelcontextprotocol/sdk": "^1.0.0", "yaml": "^2.5.1", "zod": "^3.23.8" }, "devDependencies": { "@types/node": "^20.11.30", "typescript": "^5.4.0", "ts-node": "^10.9.2" } }

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/njlnaet/mcp-server'

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