Back to Home
MWG-Logan icon

Central-Memory-MCP

by MWG-Logan

Overview

Provides durable, queryable project memory (entities, relations, observations) for AI assistants via HTTP-exposed Model Context Protocol (MCP) tool endpoints.

Installation

Run Command
func start --port 7071

Environment Variables

  • AzureWebJobsStorage
  • FUNCTIONS_WORKER_RUNTIME
  • APPLICATIONINSIGHTS_CONNECTION_STRING

Security Notes

The server is explicitly described as an 'alpha' implementation for 'trusted environments'. It currently lacks authentication (e.g., Azure AD) and authorization for its HTTP endpoints, relying on Azure Functions system-level authorization for webhooks. Secrets (AzureWebJobsStorage connection strings) are managed via environment variables, with future plans for Key Vault/Managed Identity. Input validation is present but not exhaustive across all edge cases. It is critical to add robust authentication and authorization before exposing this server externally in a production environment.

Similar Servers

Stats

Interest Score30
Security Score6
Cost ClassMedium
Avg Tokens1000
Stars1
Forks3
Last Update2025-11-26

Tags

AI MemoryKnowledge GraphAzure Functions.NETServerless