mcpbeat Sign in

Alchemite MCP Server

by intellegens Your server? Claim it
local only

Alchemite MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Train and use Alchemite machine learning models for experimental design in your local agent.

Installs / week
pypi · alchemite-mcp
Stars
on GitHub
Last commit
no recent releases
License
language unknown

Nothing serious here today

Today is the operative word: we check Alchemite MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add alchemite-mcp -- uvx alchemite-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "alchemite-mcp": {
      "args": [
        "alchemite-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.alchemite-mcp]
command = "uvx"
args = ["alchemite-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "alchemite-mcp": {
      "args": [
        "alchemite-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "alchemite-mcp": {
      "args": [
        "alchemite-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Alchemite MCP

same job, measured the same way
Neural MCP
by andylbrummer

GPU-accelerated MCP server for neural network training, deep learning, and model experimentation

70 installs/wk local only
Callimachus
by betabots-llc

MCP server for Callimachus: local index and search of your AI coding-agent threads

94 installs/wk local only
Model Manager
by setheerwagen

Manage your local model machine over MCP: state, model pull/remove, service switch, LoRA training

1 337 installs/wk local only
Agent Analytics
by dannyshmueli

Analytics your AI agent can actually use. Track, experiment, and optimize via MCP.

answering
Codesign
by img

Local design engine for AI agents: create, edit and export real, editable designs.

4 970 installs/wk local only
memex
by kioie

Local MCP memory for coding agents. SQLite on your machine — preferences persist across chats.

local only
Splera
by sohaibt

A/B testing for vibe coders: create, track, and ship experiments from your AI coding agent.

20 installs/wk local only
OMEGA Memory
by omega-memory

Persistent memory, coordination, and learning for AI agents. Local-first, 25 MCP tools.

1 167 installs/wk local only

Alchemite MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Alchemite MCP?
Alchemite MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package alchemite-mcp.
How do I connect Alchemite MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls alchemite-mcp straight from pypi; nothing to host, nothing to sign up for.