⚡ Model Context Protocol Server

AI that knows your
server by heart

A self-hosted MCP knowledge base that gives Claude and ChatGPT persistent memory about your infrastructure — no more copy-pasting context.

mcp.hostingrim.com — JSON-RPC 2.0
# Claude asks: "What are my pending tasks?"
# MCP server fetches from knowledge base...

"tools/call"get_pending_tasks

{
  "key": "cpanel_crash",
  "value": "Report cpsrvd SEGV — HIGH priority",
  "updated_at": "2026-06-01 09:07:31"
}

✔ Response in 43ms

How it works

One central knowledge base. Any AI client connects and reads the same data — no repeated context, no outdated information.

🤖
Claude / ChatGPT
AI Client
MCP Protocol
JSON-RPC 2.0
🖥️
PHP Server
mcp.hostingrim.com
🗄️
MySQL DB
Knowledge Base
POST
https://mcp.hostingrim.com/index.php
MCP JSON-RPC 2.0 Endpoint

6 built-in tools

Each tool gives AI assistants structured access to your server knowledge — read-only by default, write operations optionally protected.

read_knowledge
Read server knowledge base by category. Covers server info, scripts, SSH, backup, security, mail, SSL and more.
PUBLIC
search_knowledge
Full-text search across the entire knowledge base. Returns matching entries ranked by relevance.
PUBLIC
get_pending_tasks
Fetch all pending tasks and action items. Always up to date — tasks added after each work session.
PUBLIC
get_recent_sessions
Retrieve recent work session logs. Helps AI pick up context from where the last conversation ended.
PUBLIC
write_knowledge
Add or update knowledge entries. Used to keep the knowledge base current as infrastructure evolves.
TOKEN PROTECTED
log_session
Save a work session summary to the database and file system. Enables persistent AI memory across conversations.
PUBLIC

Built for real infrastructure

HostingRim is a web hosting provider running cPanel/WHM on Hetzner Cloud. This MCP server was built to give AI assistants persistent, structured knowledge about the server — eliminating the need to re-explain context every conversation.

🌐 hostingrim.com
23
Domains managed
6
MCP Tools
62
Knowledge entries
PHP
Self-hosted stack