Skip to main content
Glama

RespCode MCP Server

Multi-architecture code execution for Claude Desktop via MCP.

Installation

pip install respcode-mcp

Related MCP server: Claude Jester 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
license - permissive license
B
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • -
    license
    -
    quality
    -
    maintenance
    Gives Claude access to multiple AI models (Gemini, OpenAI, OpenRouter, Ollama) for enhanced development capabilities including extended reasoning, collaborative development, code review, and advanced debugging.
    Last updated
  • F
    license
    -
    quality
    D
    maintenance
    Transforms Claude from a code generator into a programming partner capable of testing, debugging, and optimizing code automatically through a secure execution environment.
    Last updated
  • F
    license
    -
    quality
    -
    maintenance
    Gives Claude Desktop access to multiple AI models (Gemini, OpenAI, OpenRouter, Ollama) for enhanced development capabilities including extended reasoning, collaborative development, code review, debugging, and large context analysis with conversation threading.
    Last updated
    41
    1
  • A
    license
    -
    quality
    B
    maintenance
    Enables Claude to consult over 17 AI platforms and 800,000+ models to provide alternative perspectives, code reviews, and diverse feedback. It features a unique personality system and supports multi-AI group discussions and debates directly within the chat interface.
    Last updated
    40
    MIT

View all related MCP servers

Related MCP Connectors

  • Run, build, and validate firmware on virtual hardware from your AI agent. Hardware knowledge corpus.

  • Build, validate, and deploy multi-agent AI solutions from any AI environment.

  • Compare, estimate, and deploy cloud infrastructure across AWS, GCP, and Azure for AI agents.

View all MCP Connectors

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