Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

Number Theory

БесплатноНе проверен

Exposes number theory functions and factorization algorithms including GCD computation and Fermat's method.

GitHubEmbed

Описание

Exposes number theory functions and factorization algorithms including GCD computation and Fermat's method.

README

MCP server exposing number theory functions and factorization algorithms.

PyPI Python

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

from github.com/daedalus/mcp-number-theory

Установка Number Theory

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/daedalus/mcp-number-theory

FAQ

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

Compare Number Theory with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории development