neurogenesis
Server Details
Developmental agents + Wu Wei compute routing: evolve from outcomes, route to cheapest reliable.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- jdhart81/viridis-agent-fleet
- GitHub Stars
- 0
- Server Listing
- viridis-agent-fleet
Glama MCP Gateway
Connect through Glama MCP Gateway for full control over tool access and complete visibility into every call.
Full call logging
Every tool call is logged with complete inputs and outputs, so you can debug issues and audit what your agents are doing.
Tool access control
Enable or disable individual tools per connector, so you decide what your agents can and cannot do.
Managed credentials
Glama handles OAuth flows, token storage, and automatic rotation, so credentials never expire on your clients.
Usage analytics
See which tools your agents call, how often, and when, so you can understand usage patterns and catch anomalies.
Tool Definition Quality
Score is being calculated. Check back soon.
Available Tools
13 toolsbest_next_stepsInspect
Routing recommendation: the strongest next cognitive steps from a given node, by learned edge weight and trust.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| agent_id | Yes | ||
| from_node | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
compute_efficiency_reportInspect
Free read: the routing decision log (per-profile counts, estimated costs, reasons) with the Landauer-floor physics context — honest compute-efficiency accounting in the Intelligence Bound frame.
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
create_agentInspect
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 + initial graph summary.
| Name | Required | Description | Default |
|---|---|---|---|
| genome | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
delete_agentInspect
Remove a developmental agent from this mount.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
describe_agentInspect
Return capabilities and input contract.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
export_stateInspect
Portable state document for an agent (import_state recreates it anywhere — including a self-hosted verdigraph-neurogenesis).
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_agentInspect
Full current state: genome, cognitive graph (nodes/edges with weights and trust), and summary counts.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
get_ledgerInspect
The append-only developmental ledger: every growth, pruning, and evaluation event with reasons (NG3 — returned verbatim).
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| agent_id | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
import_stateInspect
Recreate an agent from an export_state document.
| Name | Required | Description | Default |
|---|---|---|---|
| state | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
list_agentsInspect
All developmental agents on this mount, with summary counts.
| Name | Required | Description | Default |
|---|---|---|---|
No parameters | |||
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
register_compute_profileInspect
Wu Wei compute routing (NG7): register an execution profile — {id, kind?, quality_score [0,1], cost_per_1k_input_tokens?, cost_per_1k_output_tokens?, latency_ms?, gpu_memory_gb?, max_context_tokens?, local?}. A profile can be a local model, cloud API, rules engine, or cached workflow. Profiles are yours — routing never invents capacity.
| Name | Required | Description | Default |
|---|---|---|---|
| profile | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
route_taskInspect
Choose the cheapest RELIABLE compute path for a task: {id, task_type, expected_input_tokens, expected_output_tokens, min_quality [0,1], risk?, difficulty?, requires_local?}. Hard contract (NG7): profiles below your min_quality are ineligible regardless of cost — compute savings never silently regress quality. Deterministic; every decision is logged with its reason.
| Name | Required | Description | Default |
|---|---|---|---|
| task | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
submit_evaluationInspect
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 strengthens the used edges, failure weakens them; growth and pruning follow the genome's rules under its safety axioms (NG1). Returns the new developmental-ledger events.
| Name | Required | Description | Default |
|---|---|---|---|
| agent_id | Yes | ||
| evaluation | Yes |
Output Schema
| Name | Required | Description |
|---|---|---|
| result | Yes |
Claim this connector by publishing a /.well-known/glama.json file on your server's domain with the following structure:
{
"$schema": "https://glama.ai/mcp/schemas/connector.json",
"maintainers": [{ "email": "your-email@example.com" }]
}The email address must match the email associated with your Glama account. Once published, Glama will automatically detect and verify the file within a few minutes.
Control your server's listing on Glama, including description and metadata
Access analytics and receive server usage reports
Get monitoring and health status updates for your server
Feature your server to boost visibility and reach more users
For users:
Full audit trail – every tool call is logged with inputs and outputs for compliance and debugging
Granular tool control – enable or disable individual tools per connector to limit what your AI agents can do
Centralized credential management – store and rotate API keys and OAuth tokens in one place
Change alerts – get notified when a connector changes its schema, adds or removes tools, or updates tool definitions, so nothing breaks silently
For server owners:
Proven adoption – public usage metrics on your listing show real-world traction and build trust with prospective users
Tool-level analytics – see which tools are being used most, helping you prioritize development and documentation
Direct user feedback – users can report issues and suggest improvements through the listing, giving you a channel you would not have otherwise
The connector status is unhealthy when Glama is unable to successfully connect to the server. This can happen for several reasons:
The server is experiencing an outage
The URL of the server is wrong
Credentials required to access the server are missing or invalid
If you are the owner of this MCP connector and would like to make modifications to the listing, including providing test credentials for accessing the server, please contact support@glama.ai.
Discussions
No comments yet. Be the first to start the discussion!
Your Connectors
Sign in to create a connector for this server.