Back to Browse

Toolwright Monorepo MCP Server

ProductivityLow Risk9.7MCP RegistryLocal
Free

Server data from the Official MCP Registry

Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.

About

Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.

Security Report

9.7
Low Risk9.7Low Risk

Valid MCP server (2 strong, 4 medium validity signals). No known CVEs in dependencies. ⚠️ Package registry links to a different repository than scanned source. Imported from the Official MCP Registry. 1 finding(s) downgraded by scanner intelligence.

12 files analyzed · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

What You'll Need

Set these up before or after installing:

Linear API key (create at linear.app/settings/api)Required

Environment variable: LINEAR_API_KEY

API key for an OpenAI-compatible LLM providerRequired

Environment variable: LLM_API_KEY

Base URL for the LLM API (e.g. https://openrouter.ai/api/v1)Optional

Environment variable: LLM_BASE_URL

Model ID for plan generation (e.g. anthropic/claude-sonnet-4.6)Optional

Environment variable: LLM_MODEL

How to Install

Add this to your MCP configuration file:

{
  "mcpServers": {
    "io-github-toolwright-adk-linear-bootstrap": {
      "env": {
        "LLM_MODEL": "your-llm-model-here",
        "LLM_API_KEY": "your-llm-api-key-here",
        "LLM_BASE_URL": "your-llm-base-url-here",
        "LINEAR_API_KEY": "your-linear-api-key-here"
      },
      "args": [
        "-y",
        "@toolwright-adk/monorepo"
      ],
      "command": "npx"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

Toolwright ADK

Agent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.

Packages

PackageVersionDescription
@toolwright-adk/sharednpmValidation, errors, logging, output formatting, and test utilities
@toolwright-adk/linear-bootstrapnpmMCP server for bootstrapping Linear projects from natural language
linear-project-managerPluginClaude Code plugin — skills, agents, and commands for Linear
@toolwright-adk/claude-code-pluginsnpmPlugin registry with manifests and standalone skills

Quick Start

git clone https://github.com/toolwright-adk/toolwright-monorepo.git
cd toolwright-monorepo
pnpm install
pnpm build
pnpm test

To use the Linear Bootstrap MCP server without cloning, see the linear-bootstrap README.

Monorepo Structure

toolwright-monorepo/
├── .claude-plugin/
│   └── marketplace.json        # Plugin marketplace for distribution
├── packages/
│   ├── shared/                 # @toolwright-adk/shared
│   ├── linear-bootstrap/       # @toolwright-adk/linear-bootstrap (MCP server)
│   ├── linear-project-manager/ # Claude Code plugin (skills + agents + commands)
│   └── claude-code-plugins/    # Plugin registry and standalone skills
├── templates/                  # Scaffolding for new packages
│   ├── mcp-server/
│   ├── apify-actor/
│   └── skill/
└── docs/
    └── QUALITY-RUBRIC.md

Development

pnpm build          # build all packages
pnpm test           # run all tests
pnpm lint           # ESLint
pnpm format:check   # Prettier check

See CONTRIBUTING.md for the full contributor guide.

Standards

All MCP servers must meet the Quality Rubric before shipping.

License

MIT

Reviews

No reviews yet

Be the first to review this server!