MCP Server
MCP
io.github.seanmarkwei/agentram-mcp
Model Context Protocol server for AgentRAM. Persistent memory for AI agents.
Install
npx -y [email protected]
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "npm",
"identifier": "agentram-mcp",
"version": "0.1.1",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Your AgentRAM API key, starts with agentram_. Get one free at https://agentram.dev",
"isRequired": true,
"format": "string",
"isSecret": true,
"name": "AGENTRAM_API_KEY"
}
]
}
]
}
mcp
model-context-protocol
npm
By
Comments
Sign in to leave a comment