ai-contained-template

AI-Contained/ai-contained-template
★ 0 stars Shell 🤖 AI/LLM Updated today
A template for assembling your own AI-Contained MCP Server — pick an agent, pick plugins, deploy.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ai-contained-templat": {
      "command": "npx",
      "args": [
        "-y",
        "AI-Contained/ai-contained-template"
      ]
    }
  }
}

README Excerpt

An example [AI-Contained](https://github.com/AI-Contained) MCP server demonstrating the plugin architecture with the `plugin-template` adventure game plugin. - **[plugin-template](https://github.com/AI-Contained/plugin-template)** - A choose-your-own-adventure game using MCP elicitation --- The easiest way to run this MCP server alongside an AI agent.