Neo — AI/ML Engineering runs on your own machine — the client starts it, so there is no endpoint to ping. 610 installs a week from pypi.
AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs.
The linked repository no longer exists on GitHub — it was deleted or made private.
Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add MCPServer -- uvx neo-mcp
{
"mcpServers": {
"MCPServer": {
"args": [
"neo-mcp"
],
"command": "uvx"
}
}
}
[mcp_servers.MCPServer]
command = "uvx"
args = ["neo-mcp"]
{
"mcpServers": {
"MCPServer": {
"args": [
"neo-mcp"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"MCPServer": {
"args": [
"neo-mcp"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
NEO_SECRET_KEY (Your Neo API secret key (starts with sk-v1-). Get one at https://heyneo.com.), NEO_ENVIRONMENT (Neo backend environment: 'production' (default) or 'staging'.), NEO_WORKSPACE_DIR (Absolute path to your project/git root where Neo writes files. Required for Postman and recommended for all clients.).
The author declared them in the registry entry; get the values from the project itself.
AI/ML engineering MCP server for Neo — submit tasks, track execution, and retrieve outputs.
MCP server for AI-enhanced prompt engineering and request conversion.
MCP server for AI agents to report infrastructure needs they encounter during task execution
MCP server for data engineering: validation, transformation, visualization, and APIs.
MCP server for ModusOp — projects, tasks, time tracking, and retainers for AI assistants.
MCP server for the Frida reverse engineering toolkit.
Rust MCP server for binary analysis and reverse engineering.
MCP server for note.com: create, edit and retrieve posts.
Answers built from our own checks of this server.