Skip to main content
Glama

GrabMaps MCP Server

smithery.mjs503 B
/** * Smithery MCP Server configuration (ES Module version) */ import { fileURLToPath } from 'url'; import { dirname, join } from 'path'; // Get current file's directory const __filename = fileURLToPath(import.meta.url); const __dirname = dirname(__filename); // Export the configuration export default { name: 'grabmaps', description: 'GrabMaps API integration for Model Context Protocol', version: '1.0.0', entry: join(__dirname, './smithery-adapter.js'), public: true, port: 8181 };

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/hithereiamaliff/mcp-grabmaps'

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