energy-claude-mcp
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@energy-claude-mcpAsk Claude to summarize this conversation thread."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
Energy Claude MCP
Use an existing Claude subscription inside Energy without changing Energy itself.
Energy's GPT agent sees one MCP tool, ask_claude. The tool invokes the official authenticated Claude Code CLI and keeps one Claude session per Energy thread, including across bridge restarts.
Energy GPT -> localhost MCP -> Claude Code CLI -> Claude subscriptionRequirements
Node.js 20 or newer
Claude Code installed and signed in
An Energy version that can connect to a custom HTTP MCP server
Check Claude before starting:
claude --version
claude auth statusRelated MCP server: Collaborative MCP Proxy Server
Run
git clone https://github.com/noahljungberg/energy-claude-mcp.git
cd energy-claude-mcp
npm ci
npm run build
npm startThe bridge listens at http://127.0.0.1:4379/mcp.
In Energy:
Open the profile menu and choose Connect Tools.
Open MCP, choose Add MCP server, and paste
http://127.0.0.1:4379/mcp.Connect it and start a new task.
Keep the bridge process running while using it.
Options
npm start -- \
--claude /path/to/claude \
--data-dir ~/.energy-claude-mcp \
--port 4379The defaults are claude, ~/.energy-claude-mcp, and port 4379. Claude Code uses its configured default model.
Boundaries
The server binds only to
127.0.0.1and uses the MCP SDK's localhost host validation.It invokes Claude Code in safe mode with Claude-side tools disabled.
It never reads or copies Claude OAuth credentials.
Energy-thread mappings are stored in
~/.energy-claude-mcp/sessions.jsonwith owner-only permissions.GPT remains Energy's outer coordinator. The tool description tells it to delegate and return Claude's answer verbatim, but this is not a direct model-provider replacement: GPT can still decide how to use the tool, consumes its own allowance, and may rewrite the result.
Verify
npm test
npm run typecheck
npm run buildThe tests exercise the MCP protocol, first-turn and resumed Claude calls, restart persistence, concurrent thread mappings, and error boundaries with a fake Claude executable. They do not consume Claude allowance.
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
Talk to your public-facing AI from any MCP client — Claude, ChatGPT, Cursor, Cline, Windsurf.
Connect Claude AI to UluP Spaces via MCP — create projects, nodes, and tasks with OAuth 2.0.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Share one project context across ChatGPT, Claude, Telegram and any MCP client.
Related MCP Servers
- AlicenseNot gradedqualityCmaintenanceThe self-hosted MCP bridge between Claude Chat and Claude Code.46AGPL 3.0
- FlicenseNot gradedqualityDmaintenanceEnables multi-AI collaborative analysis by proxying requests to existing login-based MCP servers (Gemini CLI and Codex CLI) from Claude Desktop or Claude Code.
- AlicenseAqualityDmaintenanceA Model Context Protocol (MCP) server that provides a bridge to Anthropic's Claude CLI. It allows MCP-compliant clients like Claude Desktop or Gemini to start new chat sessions or continue existing ones.218ISC
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code Desktop to call OpenAI Codex/GPT-5 and Gemini APIs via stdio MCP, without requiring local CLI tools.MIT
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/noahljungberg/energy-claude-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server