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/win32-x64",
"version": "0.5.5",
"description": "Windows x64 native bindings for In Memoria",
"main": "in-memoria-core.win32-x64-msvc.node",
"files": [
"*.node"
],
"license": "MIT",
"engines": {
"node": ">= 18"
},
"repository": {
"type": "git",
"url": "git+https://github.com/pi22by7/in-memoria.git"
},
"os": [
"win32"
],
"cpu": [
"x64"
]
}