Skip to main content
Glama

RespCode MCP Server

Multi-architecture code execution for Claude Desktop via MCP.

Installation

pip install respcode-mcp

Setup

  1. Get your API key at respcode.com

  2. Configure Claude Desktop (~/.config/claude/claude_desktop_config.json):

{
  "mcpServers": {
    "respcode": {
      "command": "respcode-mcp",
      "env": {
        "RESPCODE_API_KEY": "your-api-key-here"
      }
    }
  }
}
  1. Restart Claude Desktop

Available Tools

Tool

Description

Credits

generate

AI generates & executes code

2-6

execute

Run your own code

1

compete

Compare 4 AI models

~15

collaborate

Models refine each other

~12

consensus

Best-of-4 selection

~15

history

View past prompts

0

credits

Check balance

0

Architectures

  • x86_64 (Intel/AMD)

  • ARM64 (Apple Silicon, Raspberry Pi)

  • RISC-V 64

  • ARM32

  • Verilog/VHDL simulation

Example Usage in Claude

"Generate a fibonacci function in Rust and run it on ARM64"

"Compare all 4 AI models writing quicksort in C"

"Execute this code on RISC-V: print('Hello RISC-V')"

Install Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Resources

Looking for Admin?

Admins can modify the Dockerfile, update the server description, and track usage metrics. If you are the server author, to access the admin panel.

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/RespCodeAI/respcode-mcp'

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