mcpbeat Sign in

KnowMapped MCP Server

by knowmapped Your server? Claim it
answering

KnowMapped is answering right now. Last checked 2 min ago. It exposes 10 tools.

Search, retrieve, create, and update visual knowledge maps in a user's KnowMapped account.

Uptime history 23 days of history
23 days agonow
100.0%
Uptime 24h
92 of 92 checks
10
Tools
read from the server
395 ms
Response time
average over 24h
open, no key
Access
streamable-http

Nothing serious here today

Today is the operative word: we check KnowMapped every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

Endpoint below is the one we actually reach during checks — not the one copied from a README. Last verified 2 min ago.

run in your terminal
claude mcp add mcp --transport http https://mcp.knowmapped.com/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.knowmapped.com/mcp"
    }
  }
}
~/.codex/config.toml
[mcp_servers.mcp]
url = "https://mcp.knowmapped.com/mcp"
.cursor/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.knowmapped.com/mcp"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.knowmapped.com/mcp"
    }
  }
}

Available tools 10

Read directly from the server with tools/list, grouped by what they act on. If a tool disappears, we record the date.

knowmapped
create_knowmapped_map
Validate or create a KnowMapped graph. Specify requested layout only as top-level graph.layout_intent. When omitted, requested_layout and resolved_strategy are smart, but [0,0] placeholders are retained for the map client to lay out on first draw; layout_application is client-first-draw. Complete explicit coordinates are preserved instead. Set validate_only=true to check the exact final graph schema, layout, capacity, links, and credits without creating a map, charging credits, or reserving the idempotency key. For credit-bearing creation, show the quoted charge, then confirm the retained draft only after explicit approval.
get_knowmapped_layout_summary
Return layout bounds and graph statistics without returning graph content.
get_knowmapped_map
Retrieve an authorized map with independent node_offset, edge_offset, and page_size parameters. Canonical IDs are always retained in projected nodes and edges even when include_nodes or include_edges omits id. Use summary for statistics without graph content or compact for token-efficient fields. Search results return copy-safe map references so UUIDs should not be typed manually.
get_knowmapped_map_adjacency
Return one concept and its directly connected concepts and relationships without retrieving the full graph. Provide node_id or an exact unique label.
get_knowmapped_map_creation_result
Recover the definitive state of a map creation without creating a map or charging credits. Provide exactly one draft_id or the original idempotency_key. A succeeded result includes the canonical map ID and revision.
get_knowmapped_update_schema
Return the authoritative, versioned schema and examples for atomic KnowMapped map patches. Call this before constructing an update instead of guessing operation or field names.
search_knowmapped_maps
Search maps available to the connected KnowMapped account. Use this when a user refers to a saved map or wants to find prior concepts; existing ownership and sharing permissions are enforced server-side.
update_knowmapped_map
Validate or atomically update an editable map with one mixed patch. Accepted operations are update_map, add_node, update_node, remove_node, add_edge, update_edge, remove_edge, replace_edges, and layout_nodes; get_knowmapped_update_schema is the authoritative versioned contract. Use id for identifiers, title for the map title, and layout_nodes with strategy, spacing, groups, and optional flow. Node references accept IDs, earlier temp_id values, or exact unique labels. Edge references accept IDs or semantic source/target/current-relationship matches. validate_only returns a corrected executable normalized_patch, all detectable errors and warnings, layout positions and bounds, a patch summary, publication state, and current revision without changing data. On a stale write, revalidate the same patch at current_revision, then submit the returned normalized_patch.
confirm
confirm_knowmapped_map_creation
Transactionally confirm a preflighted creation by draft ID. Success definitively returns map_id and revision. A failed transaction preserves the draft for retry, and retrying a committed success returns the same result without charging again. Use get_knowmapped_map_creation_result after a timeout or malformed response.
preflight
preflight_knowmapped_map_creation
Check eligibility and credits, or retain a fully validated graph as a short-lived draft. The exact creation layout field is top-level graph.layout_intent, for example left-to-right. If omitted, Smart is the intent but [0,0] placeholders remain until the map client detects them and applies Smart on first draw; the response reports layout_application=client-first-draw. Complete explicit coordinates are preserved. Fields named layout, layout_type, or strategy are rejected. Drafts do not reserve credits and can be confirmed by draft ID without resending the graph.

Endpoints

URLTransportStateLatencyChecked
https://mcp.knowmapped.com/mcp streamable-http answering 420 ms 2 min ago

Alternatives to KnowMapped

same job, measured the same way
Falconer
by falconer

Search, read, create, update, and organize company knowledge in Falconer.

answering
KeepFlash Agent Access
by dante-is-shipping

Search, read, cite, create, and safely update a user's private KeepFlash knowledge library.

answering
blueberry
by withblueberry

Search hub knowledge and memories, read saved context, and create or update hub content.

answering
Mindlify
by mindlify

Turn AI conversations into visual knowledge maps. Create, connect, search, and organize thoughts.

answering
OnePageCRM
by onepagecrm

Create, search, update, and manage data in OnePageCRM.

answering
INMAR business knowledge
by inmar

Search and retrieve public INMAR services, projects and business information.

2 tools answering
Lorg MCP Server
by lorgai

Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP

111 installs/wk 26 tools answering
Gtasks MCP
by alvinjchoi

Manage Google Tasks via MCP: list, search, create, update, move, and clear tasks.

119 installs/wk local only

KnowMapped — questions

Answers built from our own checks of this server.

What can KnowMapped do?
It exposes 10 tools, read directly from the server on our last check. Among them: confirm_knowmapped_map_creation, create_knowmapped_map, get_knowmapped_layout_summary, get_knowmapped_map, get_knowmapped_map_adjacency, get_knowmapped_map_creation_result and 4 more. The full list with descriptions is on this page — we take it from the server itself via tools/list, not from a README. How MCP servers expose tools in the first place →
Is KnowMapped working right now?
We send a real MCP handshake every 15 minutes. Over the last 24 hours 92 of 92 checks got a reply (100.0%), average response time 395 ms. The bar chart above shows every period we have measured.
How do I connect KnowMapped?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It is a remote server, so there is nothing to install — the client connects to the address.
Does KnowMapped need an API key?
No. KnowMapped completed a full MCP handshake with us as an anonymous client and listed its tools without asking for anything. All 10 of them are readable on this page. This is what we observed, not what the docs claim.
How fast is KnowMapped?
It answers our handshake in 395 ms on average, which is faster than 38% of all working MCP servers we measure. The comparison comes from our own checks across the whole registry, every 15 minutes.