io.github.jdhart81/neurogenesis
io.github.jdhart81/neurogenesisDevelopmental agents + Wu Wei compute routing: evolve from outcomes, route to cheapest reliable.
Tools · 14
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…
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 …
Full current state: genome, cognitive graph (nodes/edges with weights and trust), and summary counts.
All developmental agents on this mount, with summary counts.
Routing recommendation: the strongest next cognitive steps from a given node, by learned edge weight and trust.
The append-only developmental ledger: every growth, pruning, and evaluation event with reasons (NG3 — returned verbatim).
Portable state document for an agent (import_state recreates it anywhere — including a self-hosted verdigraph-neurogenesis).
Recreate an agent from an export_state document.
Remove a developmental agent from this mount.
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…
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…
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…
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…
Return capabilities and input contract.
Similar MCP servers embedding-nearest
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"
}
}
}