A ready-to-use knowledge base, exposed as an MCP server
Give your AI agents project memory in minutes. No server to configure, no infrastructure to manage.
How it works
From your first topic to a context-aware agent in under five minutes.
Create a project
A project is the container for your knowledge base. You can have one per product, client, or context. Each project has its own API key and isolated MCP server.
Add topics
Topics are the building blocks of knowledge: architectural decisions, operational instructions, domain context, key concepts. Write them in plain text or Mermaid for diagrams. Each topic can be individually toggled on or off for the MCP endpoint.
Connect your MCP client
Copy the project's MCP endpoint and paste it into your AI agent's configuration. meridiaan is compatible with any MCP client: Claude Desktop, Claude Code, GitHub Copilot, and more.
Your agent queries the KB
From that point on, your agent pulls context directly from the knowledge base without you having to re-explain anything. Every updated topic is immediately available: no manual sync needed.
One endpoint, any client
Each project exposes an API-key-protected MCP endpoint. Paste it into your client config and your agent starts querying the knowledge base right away.
MCP is an open standard: it works with Claude Desktop, Claude Code, GitHub Copilot, Cursor, and any other compatible tool.
// claude_desktop_config.json
{
"mcpServers": {
"my-project": {
"type": "http",
"url": "https://mcp.meridiaan.io/mcp/<project-id>",
"headers": {
"Authorization": "Bearer <api-key>"
}
}
}
}
Why meridiaan
No infrastructure to manage
The MCP server is ready out of the box. No custom server to build, configure, or deploy.
Always up-to-date context
Update a topic and your agent reads it immediately. No rebuild, no delay.
Isolated per project
Each project has its own API key and knowledge base. Contexts never mix.
Compatible with any MCP client
Claude Desktop, Claude Code, GitHub Copilot, Cursor, and any tool that supports the MCP protocol.
Iterative knowledge base
You don't need to define everything upfront. The KB grows with the project: add, edit, and remove topics over time.
Accessible to the whole team
Owners, Editors and Viewers can all query the same KB. One source of truth for developers, designers, and managers.
Up and running in under five minutes.
Free plan available, no credit card required.