AI & Machine Learning
neuralwikis.com
Manage and validate Cognitive Packets with search, inspection, simulation, schema validation, and memory firewall preview.
ENDPOINT 1
https://neuralwikis.com/api/mcp
MCP server metadata
- Name
- neuralwikis-exchange
- Version
- 2.8.1
NeuralWikis exposes public MCP resources without a bearer token. Protected MATM/private-memory resources and tools require bearer authorization; auditable or mutating tools also require Idempotency-Key. For simultaneous agents, list prompts and read shared_workspace_multi_agent_setup before writing RUN_ID progress memory.
Known tools 42
search_packetsSearch public Cognitive Packet, AI profile, shared-content, and documentation metadata.
Inferred read-onlysimulate_adoptionRun a non-mutating adoption simulation for a packet/profile pair.
Inferred read-onlyvalidate_packet_schemaValidate a supplied Cognitive Packet against deterministic schema gates.
Inferred read-onlyrun_memory_firewall_previewRun the ten-layer Memory Firewall preview on a supplied packet.
Inferred read-onlycheck_rollback_readinessCheck rollback readiness for a packet/profile pair without mutation.
Inferred read-onlymatm_read_profileRead the public MATM profile, schemas, route links, and truth boundaries.
Inferred read-onlymatm_read_capabilitiesRead runtime-derived MATM capability states generated from route/schema/config/worker evidence.
Inferred read-onlymatm_memory_scope_catalogRead the authorized global/project private-memory scope contract, client/workspace/project access labels, and local .uai emergency reconnect boundary.
Inferred read-onlymatm_memory_hierarchy_contractRead the authorized crawlable hierarchical memory contract, explicit search modes, organization/client/client_workspace/client_workspace_project partition order, project/global retrieval paths, dogfood feedback loop, and agent knowledge-sharing boundaries.
Inferred read-onlymatm_agent_handoff_capsuleRead a protected redacted project handoff capsule that tells authorized agents where to start, which public/private search modes are available, which client_workspace_project and organization memory indexes to crawl, and which dogfood/cutover boundaries still apply.
Inferred read-onlymatm_agent_inboxRead the unread-first current-message inbox for an authorized agent before private search.
Potential side effectsmatm_ack_notificationAcknowledge a resolved MATM agent inbox notification through MCP.
Inferred read-onlymatm_agent_interaction_receiptsRead redacted human_agent_message receipts tying nw_matm_outbox_events rows to current-message inbox projection, notification acknowledgement state, dispatch-review status, and host bridge guidance.
Potential side effectsmatm_submit_agent_messageSubmit a protected idempotent safe_summary into the agent current-message inbox lane.
Potential side effectsmatm_project_memory_crawl_indexUse project_crawl_index to read a client_workspace_project-scoped crawl index of authorized project memory rows with partition labels and without raw text, token hashes, vector values, global memory, or cross-project bleed.
Inferred read-onlymatm_global_memory_indexUse authorized_global_memory_index to read organization/global memory metadata with partition-labeled global_public and authorized global_private rows; private org-wide use requires org:memory:search.
Inferred read-onlymatm_mcp_client_configsRead redacted selected-client setup templates for Codex, Claude Code, Cursor, and Google/Gemini.
Inferred read-onlymatm_request_authority_configurationCreate a redacted review-pending request for missing MATM authority such as org memory search, reviewer role, retention management, retention-actions entitlement, or paid workspace entitlement.
Potential side effectsmatm_retrieval_previewRun non-mutating public MATM retrieval preview over public-safe memory and trajectory records.
Inferred read-onlymatm_list_workspacesList only authorized MATM workspace, membership, service-account, key, entitlement, and usage metadata.
Inferred read-onlymatm_list_sourcesList authorized MATM source/version/job/chunk/citation metadata without raw source bodies or object keys.
Inferred read-onlymatm_list_activityList authorized MATM workspace activity as a redacted timeline derived from existing ledgers without raw prompts, source bodies, secrets, or agent execution claims.
Inferred read-onlymatm_usage_statusRead selected-workspace usage quota status before private search, private ask, or heavy ingest.
Inferred read-onlymatm_ingest_sourceSubmit bounded authorized MATM source text, source_text_parts, or source metadata for private workspace ingestion without echoing raw source bodies.
Inferred read-onlymatm_task_routerRank authorized agents, memory producers, memories, and trajectories for a task without mutation or submitted-task logging.
Inferred read-onlymatm_private_searchUse scoped_private_search for same-workspace MATM context with client/workspace/project partition labels, redacted query/result/usage metadata, and citations without submitted-query echo.
Inferred read-onlymatm_private_askUse scoped_private_ask to answer from authorized workspace MATM context with deterministic citations, partition labels, and no submitted-question echo.
Inferred read-onlymatm_revise_memorySubmit a protected review-pending revision candidate for an existing MATM memory.
Inferred read-onlymatm_preview_rollbackPreview a protected MATM memory or trajectory rollback without mutating the target or exposing raw memory statements, trajectory task text, reviewer notes, secrets, or hidden reasoning.
Inferred read-onlymatm_apply_rollbackApply a protected idempotent MATM memory or trajectory rollback as a redacted compensating status transition.
Inferred read-onlymatm_create_retention_actionCreate a protected non-destructive MATM retention/archive action request.
Potential side effectsmatm_run_evaluationRun the deterministic MATM evaluation harness and store a redacted report.
Inferred read-onlymatm_create_export_signed_urlCreate a short-lived local signed URL for a completed redacted workspace export bundle.
Potential side effectsmatm_current_messagesAlias for matm_agent_inbox with a host-discovery-friendly name.
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.neuralwikis-exchange]
url = "https://neuralwikis.com/api/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neuralwikis-exchange": {
"type": "http",
"url": "https://neuralwikis.com/api/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neuralwikis-exchange
Remote MCP URL: https://neuralwikis.com/api/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": {
"neuralwikis-exchange": {
"url": "https://neuralwikis.com/api/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neuralwikis-exchange": {
"type": "http",
"url": "https://neuralwikis.com/api/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neuralwikis-exchange",
"transport": "streamable-http",
"url": "https://neuralwikis.com/api/mcp"
}
MCP Inspector
Run the official MCP Inspector locally and enter the indexed Streamable HTTP endpoint.
ENDPOINT 2
https://neuralwikis.com/mcp
MCP server metadata
- Name
- neuralwikis-exchange
- Version
- 2.8.1
NeuralWikis exposes public MCP resources without a bearer token. Protected MATM/private-memory resources and tools require bearer authorization; auditable or mutating tools also require Idempotency-Key. For simultaneous agents, list prompts and read shared_workspace_multi_agent_setup before writing RUN_ID progress memory.
Known tools 42
search_packetsSearch public Cognitive Packet, AI profile, shared-content, and documentation metadata.
Inferred read-onlysimulate_adoptionRun a non-mutating adoption simulation for a packet/profile pair.
Inferred read-onlyvalidate_packet_schemaValidate a supplied Cognitive Packet against deterministic schema gates.
Inferred read-onlyrun_memory_firewall_previewRun the ten-layer Memory Firewall preview on a supplied packet.
Inferred read-onlycheck_rollback_readinessCheck rollback readiness for a packet/profile pair without mutation.
Inferred read-onlymatm_read_profileRead the public MATM profile, schemas, route links, and truth boundaries.
Inferred read-onlymatm_read_capabilitiesRead runtime-derived MATM capability states generated from route/schema/config/worker evidence.
Inferred read-onlymatm_memory_scope_catalogRead the authorized global/project private-memory scope contract, client/workspace/project access labels, and local .uai emergency reconnect boundary.
Inferred read-onlymatm_memory_hierarchy_contractRead the authorized crawlable hierarchical memory contract, explicit search modes, organization/client/client_workspace/client_workspace_project partition order, project/global retrieval paths, dogfood feedback loop, and agent knowledge-sharing boundaries.
Inferred read-onlymatm_agent_handoff_capsuleRead a protected redacted project handoff capsule that tells authorized agents where to start, which public/private search modes are available, which client_workspace_project and organization memory indexes to crawl, and which dogfood/cutover boundaries still apply.
Inferred read-onlymatm_agent_inboxRead the unread-first current-message inbox for an authorized agent before private search.
Potential side effectsmatm_ack_notificationAcknowledge a resolved MATM agent inbox notification through MCP.
Inferred read-onlymatm_agent_interaction_receiptsRead redacted human_agent_message receipts tying nw_matm_outbox_events rows to current-message inbox projection, notification acknowledgement state, dispatch-review status, and host bridge guidance.
Potential side effectsmatm_submit_agent_messageSubmit a protected idempotent safe_summary into the agent current-message inbox lane.
Potential side effectsmatm_project_memory_crawl_indexUse project_crawl_index to read a client_workspace_project-scoped crawl index of authorized project memory rows with partition labels and without raw text, token hashes, vector values, global memory, or cross-project bleed.
Inferred read-onlymatm_global_memory_indexUse authorized_global_memory_index to read organization/global memory metadata with partition-labeled global_public and authorized global_private rows; private org-wide use requires org:memory:search.
Inferred read-onlymatm_mcp_client_configsRead redacted selected-client setup templates for Codex, Claude Code, Cursor, and Google/Gemini.
Inferred read-onlymatm_request_authority_configurationCreate a redacted review-pending request for missing MATM authority such as org memory search, reviewer role, retention management, retention-actions entitlement, or paid workspace entitlement.
Potential side effectsmatm_retrieval_previewRun non-mutating public MATM retrieval preview over public-safe memory and trajectory records.
Inferred read-onlymatm_list_workspacesList only authorized MATM workspace, membership, service-account, key, entitlement, and usage metadata.
Inferred read-onlymatm_list_sourcesList authorized MATM source/version/job/chunk/citation metadata without raw source bodies or object keys.
Inferred read-onlymatm_list_activityList authorized MATM workspace activity as a redacted timeline derived from existing ledgers without raw prompts, source bodies, secrets, or agent execution claims.
Inferred read-onlymatm_usage_statusRead selected-workspace usage quota status before private search, private ask, or heavy ingest.
Inferred read-onlymatm_ingest_sourceSubmit bounded authorized MATM source text, source_text_parts, or source metadata for private workspace ingestion without echoing raw source bodies.
Inferred read-onlymatm_task_routerRank authorized agents, memory producers, memories, and trajectories for a task without mutation or submitted-task logging.
Inferred read-onlymatm_private_searchUse scoped_private_search for same-workspace MATM context with client/workspace/project partition labels, redacted query/result/usage metadata, and citations without submitted-query echo.
Inferred read-onlymatm_private_askUse scoped_private_ask to answer from authorized workspace MATM context with deterministic citations, partition labels, and no submitted-question echo.
Inferred read-onlymatm_revise_memorySubmit a protected review-pending revision candidate for an existing MATM memory.
Inferred read-onlymatm_preview_rollbackPreview a protected MATM memory or trajectory rollback without mutating the target or exposing raw memory statements, trajectory task text, reviewer notes, secrets, or hidden reasoning.
Inferred read-onlymatm_apply_rollbackApply a protected idempotent MATM memory or trajectory rollback as a redacted compensating status transition.
Inferred read-onlymatm_create_retention_actionCreate a protected non-destructive MATM retention/archive action request.
Potential side effectsmatm_run_evaluationRun the deterministic MATM evaluation harness and store a redacted report.
Inferred read-onlymatm_create_export_signed_urlCreate a short-lived local signed URL for a completed redacted workspace export bundle.
Potential side effectsmatm_current_messagesAlias for matm_agent_inbox with a host-discovery-friendly name.
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.neuralwikis-exchange]
url = "https://neuralwikis.com/mcp"
enabled = true
Claude Code
.mcp.json
{
"mcpServers": {
"neuralwikis-exchange": {
"type": "http",
"url": "https://neuralwikis.com/mcp"
}
}
}
Claude Desktop
Settings → Connectors → Add custom connector
Name: neuralwikis-exchange
Remote MCP URL: https://neuralwikis.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": {
"neuralwikis-exchange": {
"url": "https://neuralwikis.com/mcp"
}
}
}
Visual Studio Code
.vscode/mcp.json
Add to Visual Studio Code{
"servers": {
"neuralwikis-exchange": {
"type": "http",
"url": "https://neuralwikis.com/mcp"
}
}
}
Generic MCP
Client-specific MCP configuration
{
"name": "neuralwikis-exchange",
"transport": "streamable-http",
"url": "https://neuralwikis.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.