GeekyGramps-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., "@GeekyGramps-MCPstore my current reasoning about the auth module in project memory"
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.
GeekyGramps-MCP

Status: active Created: 2026-07-01 Owner: Felton Builder: Codex (implementation), Claude (architecture/review)
Purpose
A Fastify-based MCP (Model Context Protocol) gateway providing shared, project-scoped memory to multiple AI coding agents (Claude Code, Codex, Antigravity) working against the same homelab. Backed by PostgreSQL, with per-request token enforcement on every route except a health check, and secrets delivered via an Infisical CRD rather than baked into config.
Built so several agents can read/write a common project memory store without stepping on each other, instead of each agent keeping its own disconnected context.
Related MCP server: iranti
Structure
src/ Fastify server, DB access, project-key validation, tool policy enforcement
scripts/ DB provisioning/init, MCP reachability diagnostics, agent tmux session launcher, request router
test/ Node built-in test coverage for the token gate, tool policy, and project-key validation
deploy/ k3s app-template values, Infisical secret CRD, fail-closed NetworkPolicyStack
Runtime: Node.js, Fastify
Storage: PostgreSQL
Protocol: Model Context Protocol (
@modelcontextprotocol/sdk)Secrets: Infisical (Kubernetes CRD-based sync)
Deploy target: k3s, NodePort-only exposure, fail-closed NetworkPolicy
Notes
This is a personal homelab tool, published for portfolio purposes. Deployment values (registry path, service names, CIDRs) are placeholders — the operational runbook used to actually deploy this is kept private, since it contains live infrastructure detail rather than anything reusable outside this specific environment.
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.
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/fbrawner3/geekygramps-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server