Skip to main content
Glama

MCP Embedding Search

package.json1.19 kB
{ "name": "mcp-embedding-search", "version": "0.0.0", "description": "Search embedding databases", "type": "module", "main": "dist/index.js", "types": "dist/index.d.ts", "bin": { "mcp-embedding-search": "./dist/index.js" }, "files": [ "dist", "README.md", "LICENSE" ], "scripts": { "build": "tsc && chmod +x dist/index.js", "start": "node dist/index.js", "dev": "npx @modelcontextprotocol/inspector dist/index.js", "changeset": "changeset", "version": "changeset version", "release": "pnpm run build && changeset publish" }, "keywords": [ "mcp", "model-context-protocol" ], "author": "Scott Spence", "license": "MIT", "repository": { "type": "git", "url": "https://github.com/spences10/mcp-embedding-search.git" }, "bugs": { "url": "https://github.com/spences10/mcp-embedding-search/issues" }, "homepage": "https://github.com/spences10/mcp-embedding-search#readme", "dependencies": { "@modelcontextprotocol/sdk": "1.15.0", "@libsql/client": "^0.15.7" }, "devDependencies": { "@changesets/cli": "^2.29.4", "@types/node": "^22.15.21", "typescript": "^5.8.3" } }

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/spences10/mcp-embedding-search'

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