ASTRA 3.0 MCP Server

ASTRA 3.0 MCP Server

Enables closed-loop bridge between Cortical Labs' CL1 and Unreal Engine for real-time 3D navigation via neural spike decoding.

Category
Visit Server

README

ASTRA 3.0 — CL1 ↔ Unreal Engine, corrected build

Closed-loop bridge between Cortical Labs' CL1 (or a compatible substrate) and Unreal Engine, with an ASTRA MCP supervision path. This build applies every correction from the review cycle and ships a runnable Phase-1 core plus the continuous 3D-navigation decoder.

Honest status. Only what can run, runs. Phase 1 (the UDP bridge, the substrate simulator, the wire protocol, the safety envelope) is implemented and tested here — python3 bridge/bridge.py --selftest passes, and the test suite is green (13/13). Phases 2–4 of the wider ASTRA program (unified IRB router, LLM orchestration, comparative benchmarking) are not reproduced in this package; see PHASES.md for their real status. This repository does not vendor the full ASTRA v2.9 TypeScript MCP server.

What's inside

Path Status What it is
bridge/ runnable UDP↔MCP bridge, wire protocol, LIF substrate, safety envelope
tests/ passing protocol / safety / simulator / selftest (stdlib unittest)
ue-plugin/ source UE plugin: continuous UCl1AxisDecoder (3D nav) + interface headers
docs/ doc fast-path, ethics, channel mapping, 3D-view optimization writeup
configs/ config channel mapping 128→64, topologies
scripts/ scripts install.sh, run-tests.sh

Quick start (no hardware)

# 1. (optional) deps — the Phase-1 core needs only the Python stdlib
pip install -r requirements.txt      # pyyaml (optional), pytest (optional)

# 2. validate the whole pipe in-process
python3 bridge/bridge.py --selftest

# 3. run the substrate over UDP and stream spikes to a UE receiver on :12345
python3 bridge/bridge.py --organoid --ue-host 127.0.0.1 --ue-port 12345 \
        --control-listen-port 12346 --random-seed 42 --duration 5

# 4. run the tests
python3 -m unittest discover -s tests -p 'test_all.py'   # or: pytest tests/ -q

The 3D-navigation fix (headline correction)

The documented decoder pooled 64 channels into 4 horizontal bands (band = channel/16) and took an argmax → one discrete state among Up/Down/Left/Right. That is the wrong abstraction for a 3D view: it discards magnitude (no diagonals, no variable speed), and the horizontal bands carry no column (X) information even though Left/Right is an X distinction. UCl1AxisDecoder replaces it with a rate-weighted centroid over the true 8×8 grid, on baseline-subtracted rates, giving a smooth analog stick + a forward-velocity magnitude — the "axis mappings" read-out of Assembloid Agency §3.4. Full rationale in docs/OPTIMISATION-VUE-3D.md.

Verified references

  • CL API — arXiv:2602.11632 (Hogan, Doherty, Khoo, Zhou, Salib, Stewart, Lawson, Loeffler, Kagan, 2026; CC BY-NC-SA 4.0). Hard limit used here: 200 Hz/channel.
  • Assembloid Agency — Leung & Loewith, NeurIPS 2025 Creative AI Track. The §3.4 "spike-to-axis" read-out and §3.4 proximity→frequency encoding are implemented.

License

MIT for this package — with a third-party caveat: the Cortical Labs CL SDK (the cl module) is CC BY-NC 4.0 (non-commercial), not on PyPI, and is not bundled here. It is only needed to drive real hardware; the simulator and selftest need none of it. See LICENSE.


Assistance Multi IA · Assistant-Multi-AI@proton.me

Recommended Servers

playwright-mcp

playwright-mcp

A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.

Official
Featured
TypeScript
Magic Component Platform (MCP)

Magic Component Platform (MCP)

An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.

Official
Featured
Local
TypeScript
Audiense Insights MCP Server

Audiense Insights MCP Server

Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.

Official
Featured
Local
TypeScript
VeyraX MCP

VeyraX MCP

Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.

Official
Featured
Local
graphlit-mcp-server

graphlit-mcp-server

The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.

Official
Featured
TypeScript
Kagi MCP Server

Kagi MCP Server

An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.

Official
Featured
Python
E2B

E2B

Using MCP to run code via e2b.

Official
Featured
Neon Database

Neon Database

MCP server for interacting with Neon Management API and databases

Official
Featured
Exa Search

Exa Search

A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.

Official
Featured
Qdrant Server

Qdrant Server

This repository is an example of how to create a MCP server for Qdrant, a vector search engine.

Official
Featured