Synamcps — permission-aware MCP server and team knowledge gatewaySynamcps

MCP server

An MCP server is the process that speaks the Model Context Protocol: it advertises tools, resources, and prompts, then executes calls from LLM clients. Synamcps is that server — plus a knowledge gateway with document ACLs.

One permission-aware MCP endpoint for every LLM client — identity, ACLs, and transport included.

Streamable HTTP for every client

Connect Claude Desktop, Claude Code, Cursor, or custom agents to the /mcp endpoint with a bearer token. tools/list is computed per token, so each agent only sees the tools and storages it may touch — nothing to discover, nothing to probe.

Knowledge gateway and MCP in one

Ingest text, files, and links into governed storages; search with built-in RAG; and expose the same knowledge as MCP tools. Docker Compose ships Postgres, Redis, S3/MinIO, and Synamcps together so you can go from clone to Admin UI in minutes.

Built for platform teams

Ship internal copilots and agent fleets without reinventing auth, RBAC, rate limits, ingestion, and MCP plumbing — and without security blocking the launch.