General Tools
knowmapped.com
Provides programmatic access to KnowMapped knowledge maps for retrieving schemas, searching, fetching map data, adjacency, and layout statistics.
ENDPOINT 1
https://mcp.knowmapped.com/mcp
MCP server metadata
- Name
- KnowMapped
- Version
- 1.29.0
KnowMapped stores structured knowledge maps made of concepts and relationships. Search or retrieve maps only from the connected user's authorized account. Create a persistent map only after the user explicitly asks to preserve, visualize, organize, or map their ideas. Update a map only after retrieving its current revision; use one atomic patch and preserve provenance when adding research findings. Read resource://knowmapped/capabilities before creating a map; successful MCP map creation costs one credit and failed validation costs zero. For credit-bearing creation, preflight first, show the user the charge and remaining balance, then confirm by draft ID without resending the graph.
Known tools 10
get_knowmapped_update_schemaReturn the authoritative, versioned schema and examples for atomic KnowMapped map patches.
Inferred read-onlyget_knowmapped_mapRetrieve an authorized map with independent node_offset, edge_offset, and page_size parameters.
Inferred read-onlyget_knowmapped_map_adjacencyReturn one concept and its directly connected concepts and relationships without retrieving the full graph.
Inferred read-onlyget_knowmapped_layout_summaryReturn layout bounds and graph statistics without returning graph content.
Inferred read-onlypreflight_knowmapped_map_creationCheck eligibility and credits, or retain a fully validated graph as a short-lived draft.
Inferred read-onlyconfirm_knowmapped_map_creationTransactionally confirm a preflighted creation by draft ID.
Inferred read-onlyget_knowmapped_map_creation_resultRecover the definitive state of a map creation without creating a map or charging credits.
Inferred read-onlyupdate_knowmapped_mapValidate or atomically update an editable map with one mixed patch.
Potential side effectsCONNECT 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.knowmapped]
url = "https://mcp.knowmapped.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"knowmapped": {
"type": "http",
"url": "https://mcp.knowmapped.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: knowmapped
Remote MCP URL: https://mcp.knowmapped.com/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": {
"knowmapped": {
"url": "https://mcp.knowmapped.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"knowmapped": {
"type": "http",
"url": "https://mcp.knowmapped.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "knowmapped",
"transport": "streamable-http",
"url": "https://mcp.knowmapped.com/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
TRUST AND VERIFICATION EVIDENCE
Loading Trust v2 evidence…
Checking the associated registrable domain. The BuiltWith key remains server-side.
Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.