Overview
Memories
Projects
API Calls Today
Plan
Loading…
Knowledge Base
Memories
— entries
Projects
— active
Codebases
— indexed
Notes
Quick capture
Conversations
Full history
Documents
Coming soon
Soon
Memories

Loading…

API Keys

Loading keys…

Connect
Claude Desktop
stdio via npx
Claude.ai
OAuth 2.1 PKCE
Direct API
REST endpoints
Abrechnung
Aktueller Plan
/Monat
Status
Zyklus
Nächste Abrechnung

Good to see you.

Your knowledge base and AI memory, at a glance.

API Usage —%
Daily calls used — / —
Plan limit
Resets atmidnight UTC
7-day activity
Quick Connect Ready

Add to your claude_desktop_config.json:

JSON
{
  "mcpServers": {
    "centre-ai": {
      "command": "npx",
      "args": [
        "-y", "mcp-remote",
        "https://centre-ai.de/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
Recent Memories

Loading memories…

Memories

Everything your AI knows — organized, searchable, yours.

Memories
— entries
Text search
Projects
— active
Context-aware
Codebases
— indexed
Semantic index
Notes
Quick capture
Always available
Conversations
Full history
Searchable
Documents
Upload & index
Coming soon
Projects

Loading projects…

Indexed Codebases

Loading codebases…

Notes created via Claude tools will appear here.

Conversation logs will appear here as you use Centre AI.

Document upload & indexing coming soon.

Memories

Persistent knowledge stored by your AI — searchable and editable.

How memories work
  • Memories are created automatically by Claude during conversations when you use Centre AI.
  • Click any memory in the list on the left to view its full content here.
  • Use the search bar to filter memories by content, type, or topic.
  • Memories persist across sessions and are recalled automatically when relevant.

API Keys

Create and manage keys for connecting Claude and other clients.

Create New Key
Keep your keys secure
  • API keys grant full access to your knowledge base. Never expose them in client-side code or public repos.
  • Rotate keys regularly and delete unused ones to minimize risk.
  • Store keys in environment variables, not in source code.

Connect

Connect Claude Desktop, Claude.ai, or any MCP-compatible client.

You need an API Key from the API Keys section to connect clients. Generate one first.
Claude Desktop Recommended

Open Claude Desktop → Settings → Developer → Edit Config. Add the following to claude_desktop_config.json:

macOS: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
JSON
{
  "mcpServers": {
    "centre-ai": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://centre-ai.de/mcp",
        "--header",
        "Authorization: Bearer YOUR_API_KEY"
      ]
    }
  }
}
Replace YOUR_API_KEY with a key from API Keys. Restart Claude Desktop after saving.
Claude Code (CLI)

Add Centre AI as an MCP server in Claude Code:

Shell
claude mcp add centre-ai \
  --transport http \
  --url https://centre-ai.de/mcp \
  --header "Authorization: Bearer YOUR_API_KEY"
Claude.ai Remote MCP Remote MCP

Go to claude.ai → Settings → Integrations → Add Integration:

MCP Server URL
https://centre-ai.de/mcp
Claude.ai will prompt you to authenticate via OAuth. Make sure you are logged in to Centre AI in the same browser.
REST API Reference
Base URL
https://centre-ai.de/api
MCP Endpoint
https://centre-ai.de/mcp
Authentication
Authorization: Bearer YOUR_API_KEY
Key Endpoints
GET /api/data/memories
curl https://centre-ai.de/api/data/memories \
  -H "Authorization: Bearer YOUR_API_KEY"
POST /api/data/memories
curl -X POST https://centre-ai.de/api/data/memories \
  -H "Authorization: Bearer YOUR_API_KEY" \
  -H "Content-Type: application/json" \
  -d '{"content": "Remember: prefer TypeScript", "memory_type": "preference"}'
GET /api/auth/me
curl https://centre-ai.de/api/auth/me \
  -H "Authorization: Bearer YOUR_API_KEY"
Plan & Abrechnung

Wähle deinen Plan

Starte kostenlos mit 14 Tagen Testphase. Jederzeit kündbar.

Aktueller Plan
Free
0
API Calls heute
Nächste Abrechnung
Abrechnungszyklus

Pläne werden geladen...

SSL verschlüsselt
14 Tage kostenlos
Jederzeit kündbar
Hosted in DE

Häufige Fragen

Kann ich den Plan wechseln?
Ja, du kannst jederzeit upgraden oder downgraden. Bei einem Upgrade wird die Differenz anteilig berechnet.
Was passiert nach der Testphase?
Nach 14 Tagen wird dein Plan automatisch aktiviert. Du kannst vorher jederzeit kündigen.
Welche Zahlungsmethoden werden akzeptiert?
Wir akzeptieren alle gängigen Kreditkarten, SEPA-Lastschrift und PayPal über Stripe.
Gibt es einen Enterprise-Plan?
Ja, für Teams und Unternehmen bieten wir maßgeschneiderte Lösungen mit Priority Support.