Expert Server
БесплатноНе проверенEnables MCP-compatible agents to query beliefs, search documents, and explore reasoning chains from expert-service knowledge bases.
Описание
Enables MCP-compatible agents to query beliefs, search documents, and explore reasoning chains from expert-service knowledge bases.
README
MCP server for expert-service knowledge bases. Lets any MCP-compatible agent query beliefs, search documents, and explore reasoning chains.
Install
uv tool install git+https://github.com/benthomasson/expert-mcp-server
Configure
Create a .expert.toml in your project root:
url = "https://expert.ftl2.com"
project = "your-project-name"
api_key = "your-api-key"
Or set environment variables: EXPERT_URL, EXPERT_API_KEY, EXPERT_PROJECT.
Global config can also go in ~/.config/expert/config.toml under [default].
Usage
Claude Code
claude mcp add expert-service -- expert-mcp-server
Claude Desktop / other MCP clients
Add to your MCP config:
{
"mcpServers": {
"expert-service": {
"command": "expert-mcp-server"
}
}
}
Or run from source:
{
"mcpServers": {
"expert-service": {
"command": "uvx",
"args": ["--from", "git+https://github.com/benthomasson/expert-mcp-server", "expert-mcp-server"]
}
}
}
Tools
| Tool | Description |
|---|---|
deep_search |
Dual-path retrieval across beliefs and source documents with IDF ranking. Sub-second, no LLM call. Start here. |
ask |
LLM-synthesized answer grounded in the knowledge base. |
search |
Full-text search across beliefs, entries, and source documents. |
explain_belief |
Trace why a belief is IN or OUT through its justification chain. |
what_if |
Simulate retracting or asserting a belief to see the cascade. |
get_belief |
Full details for a specific belief including justifications. |
list_beliefs |
List beliefs filtered by status (IN/OUT). |
list_projects |
List available expert knowledge bases. |
list_entries |
List analysis entries (reports, findings). |
get_entry |
Read the full content of an entry. |
All tools accept an optional project parameter. If omitted, the default project from config is used.
License
MIT
Установка Expert Server
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/benthomasson/expert-mcp-serverFAQ
Expert Server MCP бесплатный?
Да, Expert Server MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Expert Server?
Нет, Expert Server работает без API-ключей и переменных окружения.
Expert Server — hosted или self-hosted?
Доступен hosted-вариант: Unyly запускает сервер в облаке, локальная установка не обязательна.
Как установить Expert Server в Claude Desktop, Claude Code или Cursor?
Открой Expert Server на 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 Expert Server with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
