Skip to main content
Glama
circuitry-dev

Circuitry MCP Server

Official

code.getCode

Retrieve code from Circuitry's visual workflow platform with optional line range selection for large files, enabling precise access to specific code segments.

Instructions

Get code from a Code node. Supports optional line range for large files (like Claude Code's Read tool).

Without offset/limit: returns full code. With offset/limit: returns specific lines (0-indexed).

Example: offset=100, limit=50 returns lines 100-149.

Input Schema

TableJSON Schema
NameRequiredDescriptionDefault
nodeIdYesCode node ID or name
offsetNoStarting line number (0-indexed)
limitNoNumber of lines to return
Install Server

Other Tools

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/circuitry-dev/circuitry-mcp-server'

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