Skip to main content
Glama

DevBrain

by mimeCam

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault

No arguments

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
retrieve_knowledge

Queries DevBrain (aka developers brain` system) and returns relevant information.

Args: query: The question or ask to query for knowledge. tags: Optional comma-separated list of tags (keywords) to filter or ground the search. (e.g.: ios, ios,SwiftUI, react-native, web, web,react, fullstack,react-native,flutter). Do not provide more than 3 words.

Returns: str: Helpful knowledge and context information from DevBrain (articles include title, short description and a URL to the full article to read it later).

read_full_article

Returns the full content of an article identified by its URL.

Args: url: The URL of the article to read.

Returns: str: The full content of the article or an error message.

get_token

Retrieves the stored token.

Returns: str: The stored token if available, otherwise "Token not set".

set_token

Sets the token.

Args: token (str): The token string to store.

Returns: str: A confirmation message.

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/mimeCam/mcp-devbrain-stdio'

If you have feedback or need assistance with the MCP directory API, please join our Discord server