Skip to main content
Glama

Bear MCP Server

MIT License
11
39
  • Apple
package.json768 B
{ "name": "bear-mcp-server", "version": "1.0.0", "main": "build/index.js", "type": "module", "files": [ "build", "README.md", "assets" ], "bin": { "bear-mcp": "build/index.js" }, "scripts": { "test": "echo \"Error: no test specified\" && exit 1", "start": "node index.js", "build": "tsc && node -e \"require('fs').chmodSync('build/index.js', '755')\"", "prepare": "npm run build", "watch": "tsc --watch", "inspector": "npx @modelcontextprotocol/inspector build/index.js" }, "author": "", "license": "ISC", "description": "", "dependencies": { "@modelcontextprotocol/sdk": "^1.1.1", "@types/node": "^22.10.7", "dotenv": "^16.5.0", "sqlite3": "^5.1.7", "typescript": "^5.7.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/akseyh/bear-mcp-server'

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