context-use
Allows syncing GitHub pull requests (description, status, branches, participants, change-size summary, commits, reviews, and comments) into the knowledge base via Nango.
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., "@context-usefind pages about AWS deployment"
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.
context-use
A self-hosted brain for you. A public billboard for everyone else.
Context Use is a self-hosted knowledge base that your AI agents read and write over MCP. It accumulates what you're working on, who you work with, and how you like things done, and it can publish a public version of any part of it.
It writes itself
Two things feed it. Your agents write to it directly — decisions, preferences, context from whatever you're doing with them. Data connections write to it indirectly: meetings, pull requests, and more as integrations are added. You don't maintain it by hand.
Related MCP server: llmwiki-serve
Everything is linked
Context Use extracts the people, companies, events, meetings, trips, and tasks out of that activity and links them to each other. A person's page connects to the meeting where you met them, the company they work at, and the project you started together. You navigate by following those links, and so do your agents.
Agents keep it organized
Versioned instruction pages tell agents how to summarize, connect, and maintain durable knowledge. Agents find those pages through object search and stable links, just like every other page in the knowledge graph. That's what keeps a knowledge base this size usable rather than a pile of notes.
Private by default
It runs on your machine or in your AWS account, and agents reach it over OAuth-protected MCP. Nothing goes through a third party.
You can publish selected pages — an introduction, your projects, your ideas — as a public profile. Agents can draft those pages but cannot publish them. That decision is always yours.
Self-host on AWS
You need an authenticated AWS CLI profile, Terraform 1.11+, GitHub CLI, and a hostname you control.
curl --proto '=https' --tlsv1.2 -fsSL https://github.com/massimoalbarello/context-use/releases/latest/download/install.sh | sh~/.local/bin/context-use setupFollow the prompts for your AWS profile, region, hostname, DNS, and owner email. The CLI
deploys the application, configures TLS, and gives you a one-time owner setup link. Manage the
installation later with context-use status, context-use update, and context-use doctor.
Choose a different supported x86-64 instance type during setup, or resize an existing deployment:
~/.local/bin/context-use setup --instance-type t3a.medium
~/.local/bin/context-use resize --instance-type t3a.mediumResizing can recreate the disposable EC2 instance and root disk, causing several minutes of downtime, but it retains and reattaches the encrypted data volume before redeploying the runtime. Context Use requires at least 2 vCPU and 4 GiB RAM.
To run it on your own machine instead, see Development.
Connect an agent
Point any MCP-capable agent at:
https://YOUR_HOST/mcpOpenClaw active memory
From this checkout, mount or remount automatic recall and capture with one command:
bun run openclaw:mountUse bun run openclaw:off to unmount it without uninstalling, the mount command to remount it,
and bun run openclaw:remove to restore the previous memory setup and uninstall the plugin.
See the OpenClaw plugin guide.
Ingest your data
AWS installations run Nango to sync data from providers such as GitHub and Granola into your
knowledge base. See docs/nango.md.
Documentation
Development — running locally, tests, and bootstrap maintenance.
Data ingestion — Nango setup, integrations, and operations.
License
MIT
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
- AlicenseAqualityAmaintenanceProvides a single-writer MCP server for a governance-grade knowledge base of markdown documents with version control and query capabilities.923Apache 2.0
- AlicenseNot gradedqualityAmaintenanceServes local Markdown wikis as a read-only knowledge source with MCP tools for agent context retrieval.6Apache 2.0
- FlicenseNot gradedqualityBmaintenanceProvides structured search, schema-validated writes, and linting for a markdown knowledge base, enabling agents to operate the wiki over a single streamable-HTTP MCP endpoint.
- AlicenseNot gradedqualityCmaintenanceEnables agents to search, list, and read pages from a curated Markdown wiki via MCP, with live updates and tools for targeted section access.MIT
Related MCP Connectors
AgentDocs (agentdocs.eu) MCP: read, search, write, comment, share & attach images to Markdown docs.
Self-hostable team wiki; agents read & write it via MCP; Atlas turns your repo into a cited wiki.
Agent-native MCP server over the public saagarpatel.dev corpus. Read-only, stateless.
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/massimoalbarello/context-use-old'
If you have feedback or need assistance with the MCP directory API, please join our Discord server