server.json•847 B
{
"$schema": "https://static.modelcontextprotocol.io/schemas/2025-09-29/server.schema.json",
"name": "io.github.nowledge-co/server.json",
"description": "A server that provides MCPB package functionality for Nowledge Mem",
"repository": {
"url": "https://github.com/nowledge-co/claude-dxt",
"source": "github"
},
"version": "1.0.0",
"packages": [
{
"registryType": "pypi",
"identifier": "nowledge-mem",
"version": "1.1.0",
"transport": {
"type": "stdio"
}
},
{
"registryType": "mcpb",
"identifier": "https://github.com/nowledge-co/claude-dxt/releases/download/v1.0.0/claude-dxt.mcpb",
"version": "1.0.0",
"fileSha256": "68d0c882efa7925cd1400a5a6c8e20e2a3b59e7abf8ae6bd45863d0be41aeb9a",
"transport": {
"type": "stdio"
}
}
]
}