expert-mcp-server
Enables MCP-compatible agents to query beliefs, search documents, and explore reasoning chains from expert-service knowledge bases.
README
expert-mcp-server
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
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.