← Registry

General Tools

knowmapped.com

Provides programmatic access to KnowMapped knowledge maps for retrieving schemas, searching, fetching map data, adjacency, and layout statistics.

1 endpoint10 known toolsFirst detected August 27, 2026Last detected August 27, 2026

ENDPOINT 1

https://mcp.knowmapped.com/mcp

No auth detected

MCP server metadata

Name
KnowMapped
Version
1.29.0
Capabilities
experimentalpromptsresourcestools
Server instructions

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_schema

Return the authoritative, versioned schema and examples for atomic KnowMapped map patches.

Inferred read-only
search_knowmapped_maps

Search maps available to the connected KnowMapped account.

Inferred read-only
get_knowmapped_map

Retrieve an authorized map with independent node_offset, edge_offset, and page_size parameters.

Inferred read-only
get_knowmapped_map_adjacency

Return one concept and its directly connected concepts and relationships without retrieving the full graph.

Inferred read-only
get_knowmapped_layout_summary

Return layout bounds and graph statistics without returning graph content.

Inferred read-only
preflight_knowmapped_map_creation

Check eligibility and credits, or retain a fully validated graph as a short-lived draft.

Inferred read-only
create_knowmapped_map

Validate or create a KnowMapped graph.

Potential side effects
confirm_knowmapped_map_creation

Transactionally confirm a preflighted creation by draft ID.

Inferred read-only
get_knowmapped_map_creation_result

Recover the definitive state of a map creation without creating a map or charging credits.

Inferred read-only
update_knowmapped_map

Validate or atomically update an editable map with one mixed patch.

Potential side effects

CONNECT 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.

Indexed

Evidence is source-attributed and does not guarantee that a third-party server is safe. Risk labels are conservative metadata heuristics.