Second Brain
by guybr3000
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| API_PORT | No | Port for the API server (default: 8088) | 8088 |
| EMBED_DIM | No | Embedding dimension (default: 768) | 768 |
| OLLAMA_URL | No | Ollama server URL (default: http://localhost:11434) | http://localhost:11434 |
| EMBED_MODEL | No | Model name for embeddings (default: nomic-embed-text) | nomic-embed-text |
| DATABASE_URL | No | PostgreSQL connection string (default: postgresql://postgres:postgres@localhost:5432/second_brain) | postgresql://postgres:postgres@localhost:5432/second_brain |
| DISTILL_MODEL | No | Model for distillation/reflect/dream/forget/rerank (default: qwen3:8b) | qwen3:8b |
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
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/guybr3000/second-brain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server