
Vault Knowledge
Connect a read-only MCP bridge so your agent can search concepts, surface contradictions, and fetch articles from your typed vault knowledge graph.
Overview
com.seanwinslow/vault-knowledge is a MCP server for the Build phase that provides read-only concept search, contradiction checks, and article retrieval over a typed vault knowledge graph.
What is this MCP server?
- Read-only MCP access to a typed knowledge graph
- Concept search across vault entities
- Contradiction detection between stored claims
- Article fetch for full context retrieval
- stdio npm package @swins/vault-knowledge-mcp v0.1.0
- Server version 0.1.0
- Read-only MCP surface
- Transport: stdio via npm @swins/vault-knowledge-mcp
What problem does it solve?
Your agent ignores curated vault notes and hallucinates context because there is no safe, structured bridge from the graph to the chat.
Who is it for?
Solo builders with an existing typed vault who want RAG-style grounding without giving the agent write access.
Skip if: Builders without a vault backend configured, or anyone who needs the agent to edit notes through MCP.
What do I get? / Deliverables
After registration, the agent can query your vault graph read-only and cite concepts and articles with contradiction awareness.
- Concept search results from the vault graph
- Contradiction reports between linked claims
- Fetched article bodies for agent context
Recommended MCP Servers
Journey fit
Knowledge graphs usually back products and agent memory during build; integrations is the shelf for MCP read APIs even when you queried the vault earlier in research. This server is an integration layer over vault data, not a writing or deployment tool, so integrations is the correct subphase.
How it compares
Read-only vault graph MCP, not a generic filesystem skill or a public web search plugin.
Common Questions / FAQ
Who is com.seanwinslow/vault-knowledge for?
Developers and founders who keep research and product knowledge in a vault and want MCP agents to query that graph safely.
When should I use com.seanwinslow/vault-knowledge?
Use it when coding or planning sessions need concept search, contradiction review, or full article pull from your vault.
How do I add com.seanwinslow/vault-knowledge to my agent?
Install @swins/vault-knowledge-mcp, configure vault connection per the GitHub repo, add the stdio MCP server to your client, and reload tools.