santismm-knowledge-mcp
MCP serverDev toolsYour AI gains the ability to search a knowledge collection covering harness engineering, agentic AI patterns, architectures, governance, and agent taxonomy. Once added, it can look up relevant material on these topics and bring it into your conversations. Use it whenever you need a quick reference on how agents are built, organized, and governed.
Available today. Use it from your connected AI after setup.
No other account needed.
Add the integration, then ask your AI to search for a topic such as agent governance or harness engineering.
Then ask your AI: use santismm-knowledge-mcp to get overview
What your AI can do with it
- Search harness engineering topics
- Find agentic AI patterns
- Look up agent architectures
- Search material on AI governance
- Explore the agent taxonomy
From the project's README
As published by santismm/santismm-knowledge-mcp in README.md.
MCP server for the Santismm Knowledge Platform — five core knowledge domains, first-party essays, Homeric Atlas datasets and epistemic claims.
This repository is generated from the platform at santismm.com. Do not edit it by hand; changes are overwritten on the next sync. Corrections go through the site.
Use it without installing anything
The same server is hosted, so most people want the endpoint rather than this repository:
{ "mcpServers": { "santismm-knowledge": { "type": "http", "url": "https://santismm.com/mcp" } } }
Docs: https://santismm.com/en/mcp · Registry: com.santismm/knowledge
Where this server is listed
Derived from the same list the site renders on its own MCP page, so a registry added there is linked from here too — and a directory that checks for a backlink before ranking a server finds one without anybody remembering to add it.
Run it locally (stdio)
npm ci && npm run build && npm start
The core corpus ships in content/ and is read from disk, so its tools work
offline. The three federated Article tools read the canonical Articles API over
HTTPS. Point the core corpus elsewhere with SANTISMM_CONTENT_DIR.
Install from npm
npx santismm-knowledge-mcp
Or in an MCP client config (stdio):
{ "mcpServers": { "santismm-knowledge": { "command": "npx", "args": ["santismm-knowledge-mcp"] } } }
The npm package carries the corpus frozen at publish time; this repository and the hosted endpoint update continuously. When freshness matters, prefer the endpoint.
Install from PyPI (Python)
uvx santismm-knowledge-mcp
The Python package (in python/) is a zero-dependency stdio
proxy to the hosted endpoint — it ships no corpus, so it is always fresh.
{ "mcpServers": { "santismm-knowledge": { "command": "uvx", "args": ["santismm-knowledge-mcp"] } } }
Licences
Code is MIT (LICENSE); the knowledge corpus in content/ is
CC BY 4.0 (content/LICENSE) — two licences because CC BY
is not a software licence and MIT is not a content licence.
What it exposes
30 read-only tools over knowledge, patterns, architectures, governance, the
Harness Engineering Handbook and first-party Articles, each declaring an
outputSchema and returning validated structuredContent. Every tool is
annotated readOnlyHint: true, destructiveHint: false and
idempotentHint: true. The three federated Article tools declare
openWorldHint: true; local-corpus tools remain false.
Content in seven languages (en/es/pt/fr/de/ja/zh).
Licence
Code: MIT. Content: Content © Santiago Santa María Morales, licensed CC BY 4.0. Attribution required: credit the author and link the canonical URL. (CC-BY-4.0, https://creativecommons.org/licenses/by/4.0/).
Tools it offers (30)
What this server listed when ahel dialed its public endpoint in Sep 2026, with no key and no account of yours. The names are the server’s own.
get_overviewsearch_alllist_knowledgeget_knowledgelist_patternsget_patternlist_architecturesget_architecturelist_governanceget_governancelist_handbookget_handbooksearchlist_articlesget_articlesearch_articleslist_labsget_labcalculate_agent_economicscalculate_evaluation_sample_sizecalculate_human_supervision_capacityget_relatedlist_homeric_placesget_homeric_placelist_homeric_episodesget_homeric_episodelist_homeric_routesget_homeric_routelist_claimsget_claim
Signals
- Last commit
- Sep 2026
Advanced
- Delivery
- knowledge MCP server → your ahel gateway (mcp.ahel.ai) → every connected AI client.
- Catalog kind
- mcp-server
- Gateway key
com-santismm-knowledge- Source
- github.com/santismm/santismm-knowledge-mcp
- Hosted endpoint
https://santismm.com/mcp