We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/pi22by7/In-Memoria'
If you have feedback or need assistance with the MCP directory API, please join our Discord server
{
"name": "@in-memoria/darwin-x64",
"version": "0.4.6",
"description": "macOS x64 native bindings for In Memoria",
"main": "in-memoria-core.darwin-x64.node",
"files": [
"*.node"
],
"license": "MIT",
"engines": {
"node": ">= 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pi22by7/in-memoria.git"
},
"os": [
"darwin"
],
"cpu": [
"x64"
]
}