Server data from the Official MCP Registry
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
Bootstrap Linear projects from natural language — milestones, epics, issues, and dependencies.
Well-structured MCP server with proper authentication, secure credential handling, and permissions appropriate for a Linear API integration tool. Some minor code quality concerns around error handling patterns but no significant security issues. Supply chain analysis found 4 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
8 files analyzed · 9 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Set these up before or after installing:
Environment variable: LINEAR_API_KEY
Environment variable: LLM_API_KEY
Environment variable: LLM_BASE_URL
Environment variable: LLM_MODEL
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"
}
}
}From the project's GitHub README.
Agent Development Kit for production MCP servers and companion Skills. Orchestration-first tools that ship with workflow knowledge, not just API connectivity.
| Package | Version | Description |
|---|---|---|
@toolwright-adk/shared | Validation, errors, logging, output formatting, and test utilities | |
@toolwright-adk/linear-bootstrap | MCP server for bootstrapping Linear projects from natural language | |
linear-project-manager | Plugin | Claude Code plugin — skills, agents, and commands for Linear |
@toolwright-adk/claude-code-plugins | Plugin registry with manifests and standalone skills |
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.
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
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.
All MCP servers must meet the Quality Rubric before shipping.
Be the first to review this server!
by Modelcontextprotocol · Productivity
Knowledge graph-based persistent memory across sessions
by Modelcontextprotocol · Productivity
Time and timezone conversion capabilities for your AI assistant
by Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
by mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
by Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
by mcp-marketplace · Developer Tools
Scaffold, build, and publish TypeScript MCP servers to npm — conversationally