From c7fb1572361c5419211fe228dd5b375ed697c409 Mon Sep 17 00:00:00 2001 From: Noah Zweben MacBook Date: Thu, 20 Nov 2025 13:49:05 -0800 Subject: [PATCH] remove readme from external plugins --- external_plugins/asana/README.md | 15 --------- external_plugins/atlassian/README.md | 15 --------- external_plugins/context7/README.md | 41 ------------------------ external_plugins/figma/README.md | 15 --------- external_plugins/firebase/README.md | 32 ------------------ external_plugins/github/README.md | 38 ---------------------- external_plugins/gitlab/README.md | 39 ---------------------- external_plugins/greptile/README.md | 23 ------------- external_plugins/laravel-boost/README.md | 26 --------------- external_plugins/linear/README.md | 15 --------- external_plugins/notion/README.md | 15 --------- external_plugins/playwright/README.md | 22 ------------- external_plugins/sentry/README.md | 15 --------- external_plugins/serena/README.md | 22 ------------- external_plugins/slack/README.md | 15 --------- external_plugins/supabase/README.md | 21 ------------ external_plugins/vercel/README.md | 15 --------- 17 files changed, 384 deletions(-) delete mode 100644 external_plugins/asana/README.md delete mode 100644 external_plugins/atlassian/README.md delete mode 100644 external_plugins/context7/README.md delete mode 100644 external_plugins/figma/README.md delete mode 100644 external_plugins/firebase/README.md delete mode 100644 external_plugins/github/README.md delete mode 100644 external_plugins/gitlab/README.md delete mode 100644 external_plugins/greptile/README.md delete mode 100644 external_plugins/laravel-boost/README.md delete mode 100644 external_plugins/linear/README.md delete mode 100644 external_plugins/notion/README.md delete mode 100644 external_plugins/playwright/README.md delete mode 100644 external_plugins/sentry/README.md delete mode 100644 external_plugins/serena/README.md delete mode 100644 external_plugins/slack/README.md delete mode 100644 external_plugins/supabase/README.md delete mode 100644 external_plugins/vercel/README.md diff --git a/external_plugins/asana/README.md b/external_plugins/asana/README.md deleted file mode 100644 index 830478f..0000000 --- a/external_plugins/asana/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Asana Plugin - -Asana project management integration for Claude Code. - -## What It Does - -Create and manage tasks, search projects, update assignments, track progress, and integrate your development workflow with Asana's work management platform. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Asana account. - -## Learn More - -See [Asana Connector](https://www.claude.com/connectors/asana) for more information. diff --git a/external_plugins/atlassian/README.md b/external_plugins/atlassian/README.md deleted file mode 100644 index 9ed0dca..0000000 --- a/external_plugins/atlassian/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Atlassian Plugin - -Atlassian integration (Jira & Confluence) for Claude Code. - -## What It Does - -Connect to Atlassian products including Jira and Confluence. Search and create issues, access documentation, manage sprints, and integrate your development workflow with Atlassian's collaboration tools. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Atlassian account. - -## Learn More - -See [Atlassian Connector](https://www.claude.com/connectors/atlassian) for more information. diff --git a/external_plugins/context7/README.md b/external_plugins/context7/README.md deleted file mode 100644 index 8b9b7ba..0000000 --- a/external_plugins/context7/README.md +++ /dev/null @@ -1,41 +0,0 @@ -# Context7 Plugin - -Upstash Context7 MCP server for Claude Code. - -## What It Does - -Pull up-to-date, version-specific documentation and code examples directly from source repositories into your LLM context. Add "use context7" to prompts to fetch relevant documentation. - -## Prerequisites - -- Node.js >= v18.0.0 - -## Optional: API Key for Higher Rate Limits - -For higher rate limits and private repository access, get an API key and configure: - -```json -{ - "context7": { - "command": "npx", - "args": ["-y", "@upstash/context7-mcp", "--api-key", "YOUR_API_KEY"] - } -} -``` - -Or use the remote server: -```json -{ - "context7": { - "type": "http", - "url": "https://mcp.context7.com/mcp", - "headers": { - "Authorization": "Bearer YOUR_API_KEY" - } - } -} -``` - -## Learn More - -See [Context7 GitHub](https://github.com/upstash/context7) for detailed documentation. diff --git a/external_plugins/figma/README.md b/external_plugins/figma/README.md deleted file mode 100644 index 43fb75c..0000000 --- a/external_plugins/figma/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Figma Plugin - -Figma design platform integration for Claude Code. - -## What It Does - -Access design files, extract component information, read design tokens, and translate designs into code. Bridge the gap between design and development workflows. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Figma account. - -## Learn More - -See [Figma Connector](https://www.claude.com/connectors/figma) for more information. diff --git a/external_plugins/firebase/README.md b/external_plugins/firebase/README.md deleted file mode 100644 index e31f39c..0000000 --- a/external_plugins/firebase/README.md +++ /dev/null @@ -1,32 +0,0 @@ -# Firebase Plugin - -Google Firebase MCP integration for Claude Code. - -## What It Does - -Manage Firestore databases, authentication, cloud functions, hosting, and storage. Build and manage your Firebase backend directly from your development workflow. - -## Prerequisites - -- Node.js installed -- Firebase CLI credentials (logged in via `firebase login` or Application Default Credentials) - -## Optional Configuration - -Add arguments to customize behavior: -- `--dir ABSOLUTE_DIR_PATH` - Set project context directory -- `--only FEATURE_1,FEATURE_2` - Limit exposed tools (comma-separated) - -Example with options: -```json -{ - "firebase": { - "command": "npx", - "args": ["-y", "firebase-tools@latest", "mcp", "--dir", "/path/to/project", "--only", "auth,firestore"] - } -} -``` - -## Learn More - -See [Firebase MCP Documentation](https://firebase.google.com/docs/ai-assistance/mcp-server) for detailed setup instructions. diff --git a/external_plugins/github/README.md b/external_plugins/github/README.md deleted file mode 100644 index 2d8f6ce..0000000 --- a/external_plugins/github/README.md +++ /dev/null @@ -1,38 +0,0 @@ -# GitHub Plugin - -Official GitHub MCP server for Claude Code. - -## What It Does - -Create issues, manage pull requests, review code, search repositories, and interact with GitHub's full API directly from Claude Code. - -## Setup - -1. Create a GitHub Personal Access Token with appropriate scopes -2. Set the environment variable: - ```bash - export GITHUB_PERSONAL_ACCESS_TOKEN=your-token-here - ``` - -## Required Environment Variables - -- `GITHUB_PERSONAL_ACCESS_TOKEN` - Your GitHub PAT with appropriate scopes - -## Alternative: Docker Setup - -For local server deployment: -```json -{ - "github": { - "command": "docker", - "args": ["run", "-i", "--rm", "-e", "GITHUB_PERSONAL_ACCESS_TOKEN", "ghcr.io/github/github-mcp-server"], - "env": { - "GITHUB_PERSONAL_ACCESS_TOKEN": "${GITHUB_PERSONAL_ACCESS_TOKEN}" - } - } -} -``` - -## Learn More - -See [GitHub MCP Server](https://github.com/github/github-mcp-server) for detailed documentation. diff --git a/external_plugins/gitlab/README.md b/external_plugins/gitlab/README.md deleted file mode 100644 index 81e7ded..0000000 --- a/external_plugins/gitlab/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# GitLab Plugin - -GitLab DevOps platform integration for Claude Code. - -## What It Does - -Manage repositories, merge requests, CI/CD pipelines, issues, and wikis. Full access to GitLab's comprehensive DevOps lifecycle tools. - -## Setup - -The default configuration uses GitLab.com. For self-hosted GitLab instances, modify the URL in `.mcp.json`: - -```json -{ - "gitlab": { - "type": "http", - "url": "https://your-gitlab-instance.com/api/v4/mcp" - } -} -``` - -## Prerequisites - -- Node.js 20+ (for stdio transport alternative) - -## Alternative: stdio Transport - -```json -{ - "gitlab": { - "command": "npx", - "args": ["-y", "mcp-remote", "https://gitlab.com/api/v4/mcp"] - } -} -``` - -## Learn More - -See [GitLab MCP Documentation](https://docs.gitlab.com/user/gitlab_duo/model_context_protocol/mcp_server/) for detailed setup instructions. diff --git a/external_plugins/greptile/README.md b/external_plugins/greptile/README.md deleted file mode 100644 index 3be359b..0000000 --- a/external_plugins/greptile/README.md +++ /dev/null @@ -1,23 +0,0 @@ -# Greptile Plugin - -AI-powered codebase search and understanding for Claude Code. - -## What It Does - -Greptile enables natural language queries across your repositories to find relevant code, understand dependencies, and get contextual answers about your codebase architecture. - -## Setup - -1. Get your API key from [app.greptile.com](https://app.greptile.com) -2. Set the environment variable: - ```bash - export GREPTILE_API_KEY=your-api-key-here - ``` - -## Required Environment Variables - -- `GREPTILE_API_KEY` - Your Greptile API key - -## Learn More - -See [Greptile MCP Documentation](https://www.greptile.com/docs/mcp/setup-ides) for detailed setup instructions. diff --git a/external_plugins/laravel-boost/README.md b/external_plugins/laravel-boost/README.md deleted file mode 100644 index 5fc8a7a..0000000 --- a/external_plugins/laravel-boost/README.md +++ /dev/null @@ -1,26 +0,0 @@ -# Laravel Boost Plugin - -Laravel development toolkit MCP server for Claude Code. - -## What It Does - -Provides over 15 specialized tools for Laravel development including Artisan commands, Eloquent queries, routing, migrations, and framework-specific code generation. - -## Prerequisites - -- Laravel project with Boost installed -- PHP installed - -## Setup - -1. Install Laravel Boost in your project: - ```bash - composer require laravel/boost - php artisan boost:install - ``` - -2. The MCP server is automatically registered during installation - -## Learn More - -See [Laravel Boost GitHub](https://github.com/laravel/boost) for detailed documentation. diff --git a/external_plugins/linear/README.md b/external_plugins/linear/README.md deleted file mode 100644 index a246aa7..0000000 --- a/external_plugins/linear/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Linear Plugin - -Linear issue tracking integration for Claude Code. - -## What It Does - -Create issues, manage projects, update statuses, search across workspaces, and streamline your software development workflow with Linear's modern issue tracker. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Linear account. - -## Learn More - -See [Linear Connector](https://www.claude.com/connectors/linear) for more information. diff --git a/external_plugins/notion/README.md b/external_plugins/notion/README.md deleted file mode 100644 index 0e52caf..0000000 --- a/external_plugins/notion/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Notion Plugin - -Notion workspace integration for Claude Code. - -## What It Does - -Search pages, create and update documents, manage databases, and access your team's knowledge base directly from Claude Code for seamless documentation workflows. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Notion workspace. - -## Learn More - -See [Notion Connector](https://www.claude.com/connectors/notion) for more information. diff --git a/external_plugins/playwright/README.md b/external_plugins/playwright/README.md deleted file mode 100644 index 48daa1e..0000000 --- a/external_plugins/playwright/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Playwright Plugin - -Browser automation and end-to-end testing MCP server for Claude Code. - -## What It Does - -Enables Claude to interact with web pages, take screenshots, fill forms, click elements, and perform automated browser testing workflows. - -## Prerequisites - -- Node.js installed - -## Optional Configuration - -Add arguments to customize behavior: -- `--browser` - Specify browser type (chrome, firefox, webkit, msedge) -- `--headless` - Run in headless mode -- `--viewport-size` - Browser dimensions (e.g., "1280x720") - -## Learn More - -See [Playwright MCP GitHub](https://github.com/microsoft/playwright-mcp) for detailed documentation. diff --git a/external_plugins/sentry/README.md b/external_plugins/sentry/README.md deleted file mode 100644 index 5bab67d..0000000 --- a/external_plugins/sentry/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Sentry Plugin - -Sentry error monitoring integration for Claude Code. - -## What It Does - -Access error reports, analyze stack traces, search issues by fingerprint, and debug production errors directly from your development environment. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Sentry account. - -## Learn More - -See [Sentry Connector](https://www.claude.com/connectors/sentry) for more information. diff --git a/external_plugins/serena/README.md b/external_plugins/serena/README.md deleted file mode 100644 index 1ab4e3a..0000000 --- a/external_plugins/serena/README.md +++ /dev/null @@ -1,22 +0,0 @@ -# Serena Plugin - -Semantic code analysis MCP server for Claude Code. - -## What It Does - -Serena provides intelligent code understanding, refactoring suggestions, and codebase navigation through language server protocol integration. - -## Prerequisites - -- Python with `uv` package manager installed - -## Setup - -The plugin automatically runs via `uvx`. Ensure you have `uv` installed: -```bash -pip install uv -``` - -## Learn More - -See [Serena GitHub Repository](https://github.com/oraios/serena) for detailed documentation. diff --git a/external_plugins/slack/README.md b/external_plugins/slack/README.md deleted file mode 100644 index 64870b3..0000000 --- a/external_plugins/slack/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Slack Plugin - -Slack workspace integration for Claude Code. - -## What It Does - -Search messages, access channels, read threads, and stay connected with your team's communications while coding. Find relevant discussions and context quickly. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Slack workspace. - -## Learn More - -See [Slack Connector](https://www.claude.com/connectors/slack) for more information. diff --git a/external_plugins/supabase/README.md b/external_plugins/supabase/README.md deleted file mode 100644 index 12239b7..0000000 --- a/external_plugins/supabase/README.md +++ /dev/null @@ -1,21 +0,0 @@ -# Supabase Plugin - -Supabase MCP integration for Claude Code. - -## What It Does - -Manage your Supabase projects, run SQL queries, handle authentication, storage, and real-time subscriptions directly from Claude Code. - -## Setup - -Authentication is handled automatically via dynamic client registration in most cases. - -## Optional: CI Environment Configuration - -For CI environments, set these environment variables: -- `SUPABASE_PROJECT_REF` - Your Supabase project reference -- `SUPABASE_ACCESS_TOKEN` - Personal access token with appropriate scopes - -## Learn More - -See [Supabase MCP Documentation](https://supabase.com/docs/guides/getting-started/mcp) for detailed setup instructions. diff --git a/external_plugins/vercel/README.md b/external_plugins/vercel/README.md deleted file mode 100644 index 4b7f7b0..0000000 --- a/external_plugins/vercel/README.md +++ /dev/null @@ -1,15 +0,0 @@ -# Vercel Plugin - -Vercel deployment platform integration for Claude Code. - -## What It Does - -Manage deployments, check build status, access logs, configure domains, and control your frontend infrastructure directly from Claude Code. - -## Setup - -Authentication is handled automatically via OAuth when you first use the plugin. You will be prompted to authorize access to your Vercel account. - -## Learn More - -See [Vercel Connector](https://www.claude.com/connectors) for more information.