# Santismm Knowledge — Harness Engineering, Agentic AI & Governance

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/santismm/santismm-knowledge-mcp  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/santismm-knowledge-harness-engineering-agentic-ai-governance

## Description
Search harness engineering, agentic AI patterns, architectures, governance and agent taxonomy.

## Claude Desktop Quick Installation
Heuristic fallback — verify the package name and runner against the repository README before running it. Uses `npx` (confidence: low):

```json
"mcpServers": {
  "santismm-knowledge-harness-engineering-agentic-ai-governance": {
    "command": "npx",
    "args": ["-y","santismm-knowledge-harness-engineering-agentic-ai-governance"]
  }
}
```

## Documentation & README

# santismm-knowledge-mcp

> MCP server for the Santismm Knowledge Platform — harness engineering, agentic
> AI patterns, reference architectures, AI governance and the agent taxonomy.

**This repository is generated** from the platform at [santismm.com](https://santismm.com).
Do not edit it by hand; changes are overwritten on the next sync. Corrections go
through [the site](https://santismm.com/en/about).

## Use it without installing anything

The same server is hosted, so most people want the endpoint rather than this
repository:

```json
{ "mcpServers": { "santismm-knowledge": { "type": "http", "url": "https://santismm.com/mcp" } } }
```

Docs: https://santismm.com/en/mcp · Registry: `com.santismm/knowledge`

## Run it locally (stdio)

```bash
npm ci && npm run build && npm start
```

The corpus ships in `content/` and is read from disk, so this works offline.
Point it elsewhere with `SANTISMM_CONTENT_DIR`.

## What it exposes

13 read-only tools over knowledge, patterns, architectures, governance and the
Harness Engineering Handbook, each declaring an `outputSchema` and returning
validated `structuredContent`. Every tool is annotated `readOnlyHint: true`,
`destructiveHint: false`, `idempotentHint: true`, `openWorldHint: false` —
literally true: it reads a static corpus and nothing else.

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/).

