Servers
NSAF MCP Server
@ariunbolor
The Neuro-Symbolic Autonomy Framework integrates neural, symbolic, and autonomous learning methods into a single, continuously evolving AI agent-building system. This prototype demonstrates the SCMA component, which enables AI agents to self-design new AI agents using Generative
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"nsaf-mcp-server": {
"command": "python",
"args": [
"unified_example.py"
]
}
}
}