streamable-httpMITupdated 9d ago
MCP server for the Santismm Knowledge Platform β five core knowledge domains, first-party essays, Homeric Atlas datasets and epistemic claims.
What can you do with Santismm Knowledge β Harness Engineering, Agentic AI & Governance?
santismm-knowledge-mcp
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 three languages (en/es/pt).
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/).
Install
Add Santismm Knowledge β Harness Engineering, Agentic AI & Governance to your client. Pick the one you use.
claude mcp add --transport http santismm-knowledge-harness-engineering-a https://santismm.com/mcpcodex mcp add santismm-knowledge-harness-engineering-a --url https://santismm.com/mcp{
"mcpServers": {
"santismm-knowledge-harness-engineering-a": {
"url": "https://santismm.com/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"santismm-knowledge-harness-engineering-a": {
"type": "http",
"url": "https://santismm.com/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"santismm-knowledge-harness-engineering-a": {
"url": "https://santismm.com/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"santismm-knowledge-harness-engineering-a": {
"serverUrl": "https://santismm.com/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance25/25
- Trust13/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 2 days ago
- Has a release history
- Repository is not archived
- Licensed MIT
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint β no local install
Version history
| Versions | Published |
|---|---|
| 0.2.1Latest | Aug 2, 2026 |
| 0.2.0 | Aug 1, 2026 |
| 0.1.0 | Aug 1, 2026 |