Skip to main content
Glama

AGI MCP Server

by QuixiAI
example-config.json412 B
{ "mcpServers": { "agi-memory": { "command": "npx", "args": [ "-y", "github:cognitivecomputations/agi-mcp-server" ], "env": { "POSTGRES_HOST": "localhost", "POSTGRES_PORT": "5432", "POSTGRES_DB": "agi_db", "POSTGRES_USER": "agi_user", "POSTGRES_PASSWORD": "agi_password", "NODE_ENV": "development" } } } }

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/QuixiAI/agi-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server