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",
"version": "1.0.3",
"description": "Ask-Me MCP Server - Human-in-the-Loop Model Context Protocol Server",
"main": "main.js",
"type": "commonjs",
"bin": {
"ask-me-mcp": "./main.js"
},
"scripts": {
"start": "node main.js"
},
"keywords": [
"mcp",
"model-context-protocol",
"human-in-the-loop",
"claude",
"ai-assistant",
"llm",
"interactive",
"stdio"
],
"author": "Your Name <your.email@example.com>",
"license": "MIT",
"repository": {
"type": "git",
"url": "git+https://github.com/thlandgraf/askme-mcp.git",
"directory": "askme-server"
},
"bugs": {
"url": "https://github.com/thlandgraf/askme-mcp/issues"
},
"homepage": "https://github.com/thlandgraf/askme-mcp#readme",
"dependencies": {
"@modelcontextprotocol/sdk": "^1.12.3"
},
"engines": {
"node": ">=18.0.0"
},
"files": [
"**/*.js",
"README.md",
"askme-ui/**/*"
],
"publishConfig": {
"access": "public"
}
}