We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/wyattjoh/imessage-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@wyattjoh/imessage",
"version": "0.2.0",
"license": "MIT",
"exports": "./mod.ts",
"publish": {
"include": ["LICENSE", "README.md", "mod.ts", "src/**/*.ts", "deno.json"]
},
"imports": {
"@db/sqlite": "jsr:@db/sqlite@0.13.0"
},
"repository": {
"type": "git",
"url": "https://github.com/wyattjoh/imessage-mcp.git"
}
}