NSAF MCP Server
A Model Context Protocol server that allows AI assistants to interact with the Neuro-Symbolic Autonomy Framework, enabling capabilities like running NSAF evolution with customizable parameters and comparing different agent architectures.
ariunbolor
README
NSAF MCP Server
This is a Model Context Protocol (MCP) server for the Neuro-Symbolic Autonomy Framework (NSAF). It allows AI assistants to interact with the NSAF framework through the MCP protocol.
Note: This repository includes both the NSAF framework code and the MCP server implementation, making it a complete package that can be deployed and used anywhere.
Note: This implementation uses a simplified version of the MCP protocol that doesn't require the official MCP SDK. It implements the core functionality needed to expose NSAF capabilities to AI assistants.
Features
- Run NSAF evolution with customizable parameters
- Compare different NSAF agent architectures
- Integrate NSAF capabilities into AI assistants
Prerequisites
- Node.js 18+ and npm
- Python 3.8+ with the NSAF framework installed
Installation
- Clone this repository:
git clone https://github.com/ariunbolor/nsaf-mcp-server.git
cd nsaf-mcp-server
- Install dependencies:
npm install
- Build the server:
npm run build
Configuration
The server includes the NSAF framework code, so no additional configuration is required for basic usage. The MCP server is designed to work out-of-the-box when installed globally.
Usage
Running the server locally
npm start
Deploying to GitHub
-
Create a new GitHub repository for your MCP server:
- Go to GitHub and create a new repository named
nsaf-mcp-server
- Initialize it with a README file
- Go to GitHub and create a new repository named
-
Use the provided setup script to push your code to GitHub:
# For a new repository
./setup-github-fixed.sh yourusername
# If the repository already exists and you want to overwrite its content
./setup-github-fixed.sh yourusername --force
The script will:
- Initialize git if needed
- Set up the remote repository
- Commit your changes
- Try to push to GitHub (with options to handle existing repositories)
- Configure GitHub Actions for CI/CD (optional):
- Create a
.github/workflows
directory - Add a workflow file for testing and building the server
- Create a
Using with AI Assistants
To use this MCP server with AI assistants like Claude, you need to:
-
Install the server:
Option 1: Install from GitHub (after pushing your code):
npm install -g yourusername/nsaf-mcp-server
Option 2: Install from your local directory:
# Navigate to the nsaf-mcp-server directory cd nsaf_mcp_server # Install dependencies and build npm install npm run build # Install globally from the local directory npm install -g .
-
Add the server to your MCP settings configuration:
For Claude Desktop app, edit ~/Library/Application Support/Claude/claude_desktop_config.json
(on macOS):
{
"mcpServers": {
"nsaf": {
"command": "nsaf-mcp-server",
"args": [],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
For Cline, edit /Users/onthego/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json
:
{
"mcpServers": {
"nsaf": {
"command": "nsaf-mcp-server",
"args": [],
"env": {},
"disabled": false,
"autoApprove": []
}
}
}
Available Tools
run_nsaf_evolution
Run NSAF evolution with specified parameters.
Parameters:
population_size
: Size of the agent population (default: 20)generations
: Number of generations to evolve (default: 10)mutation_rate
: Mutation rate (0.0-1.0) (default: 0.2)crossover_rate
: Crossover rate (0.0-1.0) (default: 0.7)architecture_complexity
: Complexity of the agent architecture ('simple', 'medium', 'complex') (default: 'medium')
compare_nsaf_agents
Compare different NSAF agent architectures.
Parameters:
architectures
: List of architectures to compare (default: ['simple', 'medium', 'complex'])
License
MIT
Recommended Servers
Crypto Price & Market Analysis MCP Server
A Model Context Protocol (MCP) server that provides comprehensive cryptocurrency analysis using the CoinCap API. This server offers real-time price data, market analysis, and historical trends through an easy-to-use interface.
MCP PubMed Search
Server to search PubMed (PubMed is a free, online database that allows users to search for biomedical and life sciences literature). I have created on a day MCP came out but was on vacation, I saw someone post similar server in your DB, but figured to post mine.
dbt Semantic Layer MCP Server
A server that enables querying the dbt Semantic Layer through natural language conversations with Claude Desktop and other AI assistants, allowing users to discover metrics, create queries, analyze data, and visualize results.
mixpanel
Connect to your Mixpanel data. Query events, retention, and funnel data from Mixpanel analytics.

Sequential Thinking MCP Server
This server facilitates structured problem-solving by breaking down complex issues into sequential steps, supporting revisions, and enabling multiple solution paths through full MCP integration.

Nefino MCP Server
Provides large language models with access to news and information about renewable energy projects in Germany, allowing filtering by location, topic (solar, wind, hydrogen), and date range.
Vectorize
Vectorize MCP server for advanced retrieval, Private Deep Research, Anything-to-Markdown file extraction and text chunking.
Mathematica Documentation MCP server
A server that provides access to Mathematica documentation through FastMCP, enabling users to retrieve function documentation and list package symbols from Wolfram Mathematica.
kb-mcp-server
An MCP server aimed to be portable, local, easy and convenient to support semantic/graph based retrieval of txtai "all in one" embeddings database. Any txtai embeddings db in tar.gz form can be loaded
Research MCP Server
The server functions as an MCP server to interact with Notion for retrieving and creating survey data, integrating with the Claude Desktop Client for conducting and reviewing surveys.