We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/roman-vm/ask-me-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "ask-me-mcp-shared",
"version": "1.0.0",
"description": "Shared TypeScript types for Ask-Me MCP",
"main": "index.js",
"types": "index.d.ts",
"type": "commonjs",
"keywords": [
"mcp",
"model-context-protocol",
"types",
"typescript"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/yourusername/AskMeMCP.git",
"directory": "askme-shared"
},
"bugs": {
"url": "https://github.com/yourusername/AskMeMCP/issues"
},
"homepage": "https://github.com/yourusername/AskMeMCP#readme",
"dependencies": {
"tslib": "^2.3.0"
},
"files": [
"**/*.js",
"**/*.d.ts",
"README.md"
],
"publishConfig": {
"access": "public"
}
}