te-config

Manage MCP server configuration and regenerate the tool registry.

63|7|Updated Jan 12, 2026
One-click install
npx skills add https://github.com/elb-pr/claudikins-tool-executor --skill te-config
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: te-config
Source: https://github.com/elb-pr/claudikins-tool-executor/tree/main/skills/te-config
Command: npx skills add https://github.com/elb-pr/claudikins-tool-executor --skill te-config

SYSTEM DOCUMENTATION & REQUIREMENTS

💡 This Skill includes references (resource) components.

What problem does it solve?

This Skill allows users to manage the Machine Communication Protocol (MCP) servers available within the Tool Executor sandbox, enabling customization of the tools and services Claude Code can interact with.

Core Features & Use Cases

  • Add/Remove MCP Servers: Dynamically configure which external services (like Serena, Gemini, Apify) are accessible.
  • Environment Variable Management: Set necessary API keys and environment variables for these servers.
  • Registry Regeneration: Ensure the Tool Executor has an up-to-date index of available tools after configuration changes.
  • Use Case: A user needs to integrate a new AI model service into their Claude Code workflow. They use this Skill to add the new server's configuration, environment variables, and regenerate the tool registry, making the new service available for use.

Quick Start

Add the gemini MCP server to the tool executor configuration.

Frequently Asked Questions about te-config

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure MCP servers for a tool executor sandbox?

To configure MCP servers for a tool executor sandbox, you can dynamically add or remove external services and set their necessary environment variables. This process ensures the sandbox environment is customized for your specific programmatic tool execution needs.

How do I add environment variables when integrating an MCP server?

You can add environment variables for MCP servers during the dynamic server configuration process. This allows you to set necessary API keys and environment variables required by external services like Serena, Gemini, or Apify to function correctly within the sandbox.

Why does my tool registry not show newly added MCP servers?

Your tool registry may not reflect newly added MCP servers because it needs to be regenerated. After making configuration changes to add or remove servers, you must facilitate registry regeneration to ensure the tool executor has an up-to-date index of available tools.

Can I dynamically remove an MCP server from the Tool Executor?

Yes, you can dynamically remove MCP servers from the Tool Executor. This configuration management feature allows you to control exactly which external services are accessible within your Claude Code workflow at any given time.

What is the process for integrating a new AI model service into Claude Code?

Integrating a new AI model service involves adding the new server's configuration, setting its environment variables, and regenerating the tool registry. This makes the new service available for use within the Tool Executor sandbox.