Fns Check (atomno-labs) MCP Server

Готов к подключению в Claude Desktop, Cursor, Claude Code, Cline и любой другой клиент, совместимый с Model Context Protocol (MCP). It runs locally over stdio via the published package.

People connecting this server to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

NO LONGER MAINTAINED

LAST COMMIT 2026-07-14 · ★ 15 · VERIFIED 2026-08-25

MIT · Python servers · how we verify → /methodology

01 · Install Fns Check (atomno-labs)

Claude Code

claude mcp add atomno-labs-mcp-fns-check -- uvx atomno-mcp-fns-check

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "atomno-labs-mcp-fns-check": {
      "command": "uvx",
      "args": [
        "atomno-mcp-fns-check"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license MIT - declared in the repository

pypi package atomno-mcp-fns-check - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.atomno-labs is GitHub-verified and matches the repo owner

03 · What Fns Check (atomno-labs) can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v0.1.9 · 2026-07-14

add title mcp-<slug> for catalog display · Keep io.github name for MCP Registry schema; title is the Glama/catalog display name.

v0.1.6 · 2026-07-14

Registry display name: mcp-fns-check (no io.github title case).

v0.1.4 · 2026-07-06

Changed · Обновлены метаданные пакета PyPI: автор и контактный email переведены на бренд atomno-mcp ([email protected]).

04 · Who maintains Fns Check (atomno-labs)

mcp-fns-check is maintained by atomno-labs. We track 5 MCP servers from atomno-labs - 0 actively maintained, 22 combined GitHub stars, oldest repo from Apr 2026.

05 · Facts

category
other - dead as of 2026-08-25.
release cadence
5 releases in the last 90 days (latest 2026-07-14)
registry
io.github.atomno-labs/mcp-fns-check (deleted, first published 2026-07-04)
packages
pypi:atomno-mcp-fns-check

06 · Fns Check (atomno-labs) FAQ

What is Fns Check (atomno-labs)?

Готов к подключению в Claude Desktop, Cursor, Claude Code, Cline и любой другой клиент, совместимый с Model Context Protocol (MCP). It runs locally over stdio via the published package.

Is Fns Check (atomno-labs) still maintained?

Its last commit was 2026-07-14 (as of 2026-08-25) - we classify it as dead.

How do I install Fns Check (atomno-labs)?

Run `uvx atomno-mcp-fns-check`. You can also paste the ready-made client config above.

Does Fns Check (atomno-labs) run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Fns Check (atomno-labs)