Skip to content
Back to search
100
MCP live MCP 2025-11-25 streamable-http

io.github.jdhart81/neurogenesis

io.github.jdhart81/neurogenesis

Developmental agents + Wu Wei compute routing: evolve from outcomes, route to cheapest reliable.

Uptime
100.0%
1 direct probes · 30d
Response
539ms
last probe
Tools
14
callable
Resources
0
readable
Prompts
0
available

Tools · 14

create_agent

Create a developmental agent from a digital genome: {agent_name, purpose, initial_nodes (unique, >=1), fitness_metrics (>=1), optional growth_rules / safety_axioms}. Returns agent_id + ini…

submit_evaluation

Evolve an agent with one task outcome: {task_id, task_type, success_score in [0,1], optional accuracy/user_satisfaction/ cost_efficiency/safety_score/notes/used_nodes/used_edges}. Success …

get_agent

Full current state: genome, cognitive graph (nodes/edges with weights and trust), and summary counts.

list_agents

All developmental agents on this mount, with summary counts.

best_next_steps

Routing recommendation: the strongest next cognitive steps from a given node, by learned edge weight and trust.

get_ledger

The append-only developmental ledger: every growth, pruning, and evaluation event with reasons (NG3 — returned verbatim).

export_state

Portable state document for an agent (import_state recreates it anywhere — including a self-hosted verdigraph-neurogenesis).

import_state

Recreate an agent from an export_state document.

delete_agent

Remove a developmental agent from this mount.

register_compute_profile

Register a caller-owned Wu Wei execution profile: reuse/cache, deterministic rule, local model, tool/workflow, or cloud model. Profiles can declare quality, reliability, capabilities, token co…

route_task

Choose the least-burden eligible route for a task. Hard constraints include quality, reliability, locality, capabilities, context, cost, latency, and energy. Optional baselines quantify predic…

record_route_outcome

Attach one observed outcome to a Wu Wei decision. Actual cost, latency, and energy are optional and remain explicitly unknown when omitted. One append-only, hash-bound outcome is allowed per d…

compute_efficiency_report

Free read: decision/outcome receipts, route modes, compute avoided, predicted savings, predicted-vs-observed cost/latency/energy coverage, and Landauer-floor context. Estimates and observation…

describe_agent

Return capabilities and input contract.

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "io.github.jdhart81/neurogenesis": {
      "url": "https://mcp.viridisconservation.com/neurogenesis/mcp",
      "transport": "streamable-http"
    }
  }
}