fibinachi/iotbrain icon
public
Published on 3/16/2025
IoT Coder

An expert on embedded systems and the IOT. The support every tinkerer needs in these times.

Models
Context
Data
anthropic Claude 3.7 Sonnet model icon

Claude 3.7 Sonnet

anthropic

200kinput·8.192koutput
anthropic Claude 3.5 Sonnet model icon

Claude 3.5 Sonnet

anthropic

200kinput·8.192koutput
mistral Codestral model icon

Codestral

mistral

voyage voyage-code-3 model icon

voyage-code-3

voyage

voyage Voyage AI rerank-2 model icon

Voyage AI rerank-2

voyage

gemini Gemini 2.0 Flash model icon

Gemini 2.0 Flash

gemini

1048kinput·8.192koutput
openai OpenAI GPT-4o model icon

OpenAI GPT-4o

OpenAI

128kinput·16.384koutput
deepinfra DeepSeek R1 model icon

DeepSeek R1

deepinfra

No Rules configured

Ethereumhttps://ethereum.org/en/developers/docs/

Prompts

Learn more

No Prompts configured

Context

Learn more
@diff
Reference all of the changes you've made to your current branch
@codebase
Reference the most relevant snippets from your codebase
@url
Reference the markdown converted contents of a given URL
@folder
Uses the same retrieval mechanism as @Codebase, but only on a single folder
@terminal
Reference the last command you ran in your IDE's terminal and its output
@code
Reference specific functions or classes from throughout your project
@file
Reference any file in your current workspace
@repo-map
Reference the outline of your codebase
@docs
Reference the contents from any documentation site
@currentFile
Reference the currently open file
@open
Reference the contents of all of your open files
@problems
Get Problems from the current file
@clipboard
Reference recent clipboard items
@os
Reference the architecture and platform of your current operating system

S3

${{ secrets.fibinachi/iotbrain/continuedev/s3-dev-data/AWS_SERVER_URL }}

Azure Blob Storage

${{ secrets.fibinachi/iotbrain/continuedev/azure-blob-storage-dev-data/AZURE_SERVER_URL }}

Google Cloud Storage

${{ secrets.fibinachi/iotbrain/continuedev/google-cloud-storage-dev-data/GCP_SERVER_URL }}

MCP Servers

Learn more

Docker MCP Postgres

docker run -i --rm mcp/postgres ${{ secrets.fibinachi/iotbrain/docker/mcp-postgres/POSTGRES_CONNECTION_STRING }}

GitHub

npx -y @modelcontextprotocol/server-github

Docker MCP Sequential Thinking

docker run --rm -i mcp/sequentialthinking

Docker MCP Git

docker run --rm -i --mount type=bind,src=${{ secrets.fibinachi/iotbrain/docker/mcp-git/GIT_DIR }},dst=${{ secrets.fibinachi/iotbrain/docker/mcp-git/GIT_DIR }} mcp/git

Docker MCP Gitlab

docker run -e GITLAB_PERSONAL_ACCESS_TOKEN -e GITLAB_API_URL mcp/gitlab

Filesystem

npx -y @modelcontextprotocol/server-filesystem ${{ secrets.fibinachi/iotbrain/anthropic/filesystem-mcp/PATH }}

Docker MCP Github

docker run -i --rm -e GITHUB_PERSONAL_ACCESS_TOKEN mcp/github