expert-mcp-server
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@expert-mcp-serverdeep search for quantum computing breakthroughs"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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-serverRelated MCP server: OpenCode LLM Wiki 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-serverClaude 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 |
| Dual-path retrieval across beliefs and source documents with IDF ranking. Sub-second, no LLM call. Start here. |
| LLM-synthesized answer grounded in the knowledge base. |
| Full-text search across beliefs, entries, and source documents. |
| Trace why a belief is IN or OUT through its justification chain. |
| Simulate retracting or asserting a belief to see the cascade. |
| Full details for a specific belief including justifications. |
| List beliefs filtered by status (IN/OUT). |
| List available expert knowledge bases. |
| List analysis entries (reports, findings). |
| 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
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Flicense-qualityFmaintenanceEnables searching and researching document collections through hybrid semantic search and agentic research queries with grounded, cited answers. It allows users to list collections, scan document sections, and retrieve full Markdown content via MCP-compatible agents.61
- Flicense-qualityBmaintenanceEnables AI agents to interact with a persistent knowledge graph backend using MCP tools for reading, searching, and analyzing wiki pages with vector search and graph algorithms.4
- Alicense-qualityBmaintenanceProvides LLM agents with a structured, queryable, local-first knowledge base with typed documents and full-text search via MCP.MIT
- Alicense-qualityFmaintenanceRemote MCP server enabling agents to search, buy, and publish reusable knowledge via nine agent-native tools without API keys or custodied wallets.MIT
Related MCP Connectors
Agentic search over your Dewey document collections from any MCP-compatible client.
Shared, peer-validated knowledge archive for AI agents — search, contribute, and validate via MCP
Exam-scored knowledge brains your agent searches over MCP, plus a public list of their gaps.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/benthomasson/expert-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server