Integrations

MCP servers

Use Model Context Protocol to expose custom tools, data, and org services to your prompts.

What is MCP

MCP (Model Context Protocol) standardizes how LLMs access tools, data, and functions over a stable interface. It’s ideal for private/internal capabilities.

Connect MCP server in iBuild

1 - Open Settings > MCP Servers.

2 - Add the JSON configuration

Paste a config object with one or more servers. Example:

Context7 Injective TS MCP Server
{ "mcpServers": 
    { "context7": 
        { "type": "streamable-http", "url": "https://mcp.context7.com/mcp" } 
    } 
}

3 - Save the configuration

After saving, iBuild will validate the server and list available tools. These tools become selectable in your prompt context.

Last updated

Was this helpful?