digital-brain
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {
"listChanged": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| search_historyA | Search the user's Chrome browsing history by keyword. Searches through page visits, text selections, copy/paste events, and page content. Returns matching results with context. Args: query: Search term (e.g. "RAG pipeline", "terminal command") event_type: Filter by type: page_visit, selection, copy, paste, focus_time, page_content domain: Filter by website domain (e.g. "github.com") last: Time window (e.g. "7d" for 7 days, "24h" for 24 hours, "2w" for 2 weeks) limit: Maximum number of results (default 10) |
| ask_brainA | Ask a natural-language question about the user's browsing history. Uses RAG (Retrieval-Augmented Generation) to find relevant browsing events and generate an AI-powered answer. Requires Ollama or OpenRouter. Args: question: Natural language question (e.g. "What was I working on yesterday related to RAG?") event_type: Filter by type: page_visit, selection, copy, paste, focus_time, page_content domain: Filter by website domain last: Time window (e.g. "7d", "24h", "2w") |
| get_statsA | Get browsing activity statistics — top domains and daily breakdown. Args: period: Time period for activity breakdown: "day", "week", or "month" |
| get_activityA | View a chronological timeline of browsing activity for a specific day. Args: date: Date to view — "today", "yesterday", or "YYYY-MM-DD" format |
| get_timelineA | Get a detailed chronological event feed for a specific date. Similar to get_activity but returns more detail per event including full content previews. Useful for reconstructing what happened on a day. Args: date: Date — "today", "yesterday", or "YYYY-MM-DD" limit: Maximum events to return (default 20) |
| check_statusA | Check the health status of the Digital Brain backend and LLM. Reports backend status, database size, event counts, vector index size, and whether an LLM (Ollama/OpenRouter) is available. |
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/ArpitaSethi-12/digital-brain'
If you have feedback or need assistance with the MCP directory API, please join our Discord server