Skip to main content
Glama

Mnemosyne MCP

by MumuTW
development.yaml850 B
database: host: localhost port: 6379 database: mnemosyne connection_pool_size: 10 connection_timeout: 30 query_timeout: 60 api: host: 0.0.0.0 port: 8000 grpc_port: 50051 cors_origins: - "http://localhost:3000" - "http://localhost:8080" cors_allow_credentials: true cors_allow_methods: - "GET" - "POST" - "PUT" - "DELETE" - "OPTIONS" cors_allow_headers: - "*" logging: level: INFO format: json handlers: - type: console level: INFO - type: file level: DEBUG filename: logs/mnemosyne.log max_bytes: 10485760 backup_count: 5 security: secret_key: dev-secret-key-change-in-production api_key_header: X-API-Key environment: development features: enable_metrics: false metrics_port: 9090 enable_tracing: false enable_debug_queries: true

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/MumuTW/Mnemosyne-mcp'

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