mcp-sophon
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| SOPHON_HYBRID | No | Set to '1' to enable BM25 sparse-lexical + HashEmbedder fused via RRF. | |
| SOPHON_LLM_CMD | No | LLM shell-out command (e.g., 'claude -p --model haiku') used by summarizer when configured. | |
| SOPHON_EMBEDDER | No | Embedder to use (e.g., 'bge' to swap HashEmbedder for BGE-small, requires --features bge build). | |
| SOPHON_MEMORY_PATH | No | Path to JSONL file for persistent conversation memory across server runs. | |
| SOPHON_CHUNK_TARGET | No | Target chunk size in tokens (e.g., '500'). Larger chunks preserve cross-sentence context. | |
| SOPHON_RETRIEVER_PATH | No | Path to directory for semantic retriever (chunk store on disk). Activates the retriever. | |
| SOPHON_ROLLING_SUMMARY | No | Set to '1' to build rolling summary at update_memory time instead of query time. |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
No tools | |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
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/lacausecrypto/mcp-sophon'
If you have feedback or need assistance with the MCP directory API, please join our Discord server