General Tools
e2cm2.org
Exposes structured knowledge graph, ontology, and project metadata for the e2cm2.org site.
ENDPOINT 1
https://e2cm2.org/mcp
MCP server metadata
- Name
- e2cm2-mcp
- Version
- 0.2.0
Public tools for the E² = CM² research notebook. Use `about_project` for context, `list_routes` to map the site, `get_knowledge_graph` for typed concept relations, `get_ontology` for definitions of predicates and terms, and `get_resonance_manifest` for the ambient audio's symbolic layer. Interaction is voluntary; reading is enough.
Known tools 5
about_projectReturn the project's core context: axiom, organization, primary URLs, and AI entry points.
Inferred read-onlylist_routesList every public URL on e2cm2.org with a short description — the map of the site.
Inferred read-onlyget_knowledge_graphReturn the E² = CM² concept graph (nodes, edges, or triples) linking Architecture, Research, Docs, Entities, and Principles.
Inferred read-onlyget_ontologyReturn the machine-readable ontology (node kinds, predicates, categories, provenance), the canonical vocabulary, or the project timeline.
Inferred read-onlyget_resonance_manifestFetch the machine-readable resonance JSON-LD for the ambient composition 'Between Mathematics and Watermelon' — symbolic layer, architectural purpose, and audio features.
Inferred read-onlyCONNECT WITH APPROVAL
Client installation
Review this server and its permissions before adding it. Secret placeholders must be set locally.
Codex
~/.codex/config.toml
[mcp_servers.e2cm2-mcp]
url = "https://e2cm2.org/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"e2cm2-mcp": {
"type": "http",
"url": "https://e2cm2.org/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: e2cm2-mcp
Remote MCP URL: https://e2cm2.org/mcp
Add this remote URL as a custom connector in Claude Desktop. Availability depends on the user plan and workspace policy.
Cursor
.cursor/mcp.json
{
"mcpServers": {
"e2cm2-mcp": {
"url": "https://e2cm2.org/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"e2cm2-mcp": {
"type": "http",
"url": "https://e2cm2.org/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "e2cm2-mcp",
"transport": "streamable-http",
"url": "https://e2cm2.org/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Trust Data Available
BuiltWith Trust API v2 evidence for e2cm2.org was fetched 2026-08-23T21:38:49.168Z.
e2cm2.org is assessed as Neutral: No suspicious signals found, but no strong positive signal either
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.