ASTRA server exposing bio-hybrid neuromorphic simulation pipeline to AI assistants. Projet Autonomous Sentient Thoughtful Reasoning Agent
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"astra-3.0-unified-re": {
"command": "npx",
"args": [
"-y",
"christophejlegros-lgtm/ASTRA-3.0-Unified-Research-Lab-MCP-Server"
]
}
}
}
Run in terminal:
claude mcp add astra-3.0-unified-re npx -y christophejlegros-lgtm/ASTRA-3.0-Unified-Research-Lab-MCP-Server
Add to .cursor/mcp.json:
{
"mcpServers": {
"astra-3.0-unified-re": {
"command": "npx",
"args": [
"-y",
"christophejlegros-lgtm/ASTRA-3.0-Unified-Research-Lab-MCP-Server"
]
}
}
}