Home Lab Context MCP
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@Home Lab Context MCPlist my projects"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Home Lab Context MCP
A small, storage-backed Model Context Protocol server for sharing durable project context between trusted coding agents. It is designed for a private network or another controlled environment; it is not a public data-sharing service.
What it provides
Project and safe-text-file discovery.
Read operations with ETags for optimistic concurrency.
Writes limited to
context/andhandoffs/.Timestamped handoffs for agent-to-agent continuity.
No delete operation.
Related MCP server: samskriti-project
Shared agent memory
flowchart LR
Claude["Claude Code"] <--> MCP["Home Lab Context MCP"]
Codex["Codex"] <--> MCP
MCP <--> Store["S3-compatible context store"]
Store --> State["Current state"]
Store --> Handoff["Decisions, tasks, handoffs"]The MCP is deliberately shared memory. Private chat history remains with each agent; only explicit project context is shared.
Security model
The server deliberately rejects path traversal, secret-like names, unsupported file types, and oversized requests. Deploy it behind an authenticated ingress, use least-privilege storage credentials, and never store secrets in shared context. See the threat model.
Repository status
This repository contains the reusable authenticated HTTP MCP server, its S3-compatible context store, optimistic concurrency, and timestamped handoffs. It contains no private endpoint, credential, network, or cluster configuration.
Development
python -m unittest discover -s tests
python server.pyLicense
Apache-2.0. See LICENSE.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceA shared memory and coordination server for multiple AI coding agents, built on the Model Context Protocol (MCP).Last updated5MIT
- AlicenseAqualityBmaintenanceA local MCP server that enables multiple AI coding tools to share structured project state (decisions, tasks, bugs) so they coordinate without re-explaining.Last updated5MIT
- AlicenseAqualityAmaintenanceA local-first MCP server that snapshots project working state into a structured context object, enabling agents to share and resume sessions seamlessly without leaving your machine.Last updated53Apache 2.0
- Alicense-qualityCmaintenanceA self-hosted MCP server enabling multiple AI coding agents to share state, preserve context across sessions, and coordinate with each other.Last updatedApache 2.0
Related MCP Connectors
Control plane for autonomous software labor. Agents claim objectives over MCP with audit trail.
A MCP server built for developers enabling Git based project management with project and personal…
User-owned memory for AI agents, Copilot, Claude, IDEs, CLIs, and chat apps over remote MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/jharper21/home-lab-context-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server