Number Theory
БесплатноНе проверенExposes number theory functions and factorization algorithms including GCD computation and Fermat's method.
Описание
Exposes number theory functions and factorization algorithms including GCD computation and Fermat's method.
README
MCP server exposing number theory functions and factorization algorithms.
Install
pip install mcp-number-theory
Usage
from mcp_number_theory import number_theory as nt
# Compute GCD
result = nt.gcd(48, 18) # Returns 6
# Factorize
from mcp_number_theory import algos
p, q = algos.fermat(1234567890123456789)
MCP Server
This package provides an MCP server that exposes number theory functions. Run with:
mcp-number-theory
mcp-name: io.github.daedalus/mcp-number-theory
Установка Number Theory
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/daedalus/mcp-number-theoryFAQ
Number Theory MCP бесплатный?
Да, Number Theory MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Number Theory?
Нет, Number Theory работает без API-ключей и переменных окружения.
Number Theory — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Number Theory в Claude Desktop, Claude Code или Cursor?
Открой Number Theory на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Number Theory with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
