mcpbeat Sign in

Ainecto MCP Server

by codelives Your server? Claim it
local only

Ainecto runs on your own machine — the client starts it, so there is no endpoint to ping. 46 installs a week from npm. Last commit 12 Jul 2026.

Ainecto MCP connector for workspace, document, ERD, diagram, task, and attachment workflows.

Installs per day peak 17 · avg 7 · +68% w/w
a month agotoday
46
Installs / week
npm · @ainecto/mcp
0
Stars
0 open issues
12 Jul 2026
Last commit
0 releases in 90 days
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command src/core/auth/oauth.ts:334
  const child = spawn(command, args, { stdio: "ignore", detached: true });

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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 ainecto -- npx -y @ainecto/mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "ainecto": {
      "args": [
        "-y",
        "@ainecto/mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.ainecto]
command = "npx"
args = ["-y", "@ainecto/mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "ainecto": {
      "args": [
        "-y",
        "@ainecto/mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "ainecto": {
      "args": [
        "-y",
        "@ainecto/mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Ainecto

same job, measured the same way
Seojeom MCP
by seojeom

Local-first MCP server for Claude/Codex project wiki and graph workflows

local only
okffs
by neturely

MCP server connecting Claude Code to GitHub for an issue to branch to PR to close workflow.

75 installs/wk local only
MCP Onfido
by codespar

MCP server for Onfido — global identity verification + KYC: applicants, documents, checks, workflows

21 installs/wk local only
OutSlide
by miha1744

Creative workspace. Public MCP: outline previews for Codex and Claude Code; media in the web app.

1 tools answering
Workflow Generator
by askuma

Architecture diagram with concurrency capacity and bottleneck estimates from any codebase.

61 installs/wk local only
Coverctl
by klarlabs-studio

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
Coverctl
by felixgeelhaar

Go code coverage analysis tool with MCP server for AI-powered coverage workflows

local only
HeyClaude — Claude & AI workflow directory
by jsonbored

Search the HeyClaude directory of Claude Code agents, MCP servers, skills, and tools.

74 installs/wk 28 tools answering

Ainecto — questions

Answers built from our own checks of this server.

Why is there no uptime for Ainecto?
Ainecto 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 npm package @ainecto/mcp was installed 46 times last week.
How do I connect Ainecto?
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 @ainecto/mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Ainecto?
The npm package @ainecto/mcp was installed 46 times in the last week. Week over week that is +68%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Ainecto open source?
We cannot say either way: written in TypeScript and 0 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.