スキル一覧に戻る
shami-ah

oe-mcp-bootstrap

by shami-ah

0🍴 1📅 2026年1月21日
GitHubで見るManusで実行

SKILL.md


name: oe-mcp-bootstrap description: Setup and verification for MCP tooling used in OpenEvent-AI (filesystem, Context7 docs, LSP/Pyright, Playwright). Use when onboarding a new developer/agent or when Codex/Claude cannot access LSP, browser automation, or docs.

oe-mcp-bootstrap

Add servers (examples; adjust versions as needed):

  • Filesystem:

    • codex mcp add filesystem --env npm_config_cache=/tmp/codex-npm-cache -- npx -y @modelcontextprotocol/server-filesystem@2025.12.18 .
  • Context7 (docs):

    • codex mcp add context7 --env npm_config_cache=/tmp/codex-npm-cache -- npx -y @upstash/context7-mcp@1.0.33 --transport stdio
    • Ensure CONTEXT7_API_KEY is set in your shell and allowed by shell_environment_policy.
  • LSP (Pyright via LSP bridge):

    • Generate an LSP config JSON that points to your local repo path:
      • python3 .codex/skills/oe-mcp-bootstrap/scripts/generate_lsp_config.py --out .codex/lsp.json --repo-root . (or the same script under .claude/skills/oe-mcp-bootstrap/)
    • Add the server (example uses @axivo/mcp-lsp):
      • codex mcp add lsp --env npm_config_cache=/tmp/codex-npm-cache --env LSP_FILE_PATH=/abs/path/to/lsp.json -- npx -y @axivo/mcp-lsp@1.0.5
  • Playwright (browser automation):

    • codex mcp add playwright --env npm_config_cache=/tmp/codex-npm-cache -- npx -y @playwright/mcp@0.0.53

Verify:

  • codex mcp list --json

Claude Code

Use the equivalent Claude Code MCP configuration for:

  • filesystem
  • context7
  • LSP bridge (Pyright)
  • Playwright

Keep secrets out of the repo; use env vars (CONTEXT7_API_KEY, etc.).

スコア

総合スコア

50/100

リポジトリの品質指標に基づく評価

SKILL.md

SKILL.mdファイルが含まれている

+20
LICENSE

ライセンスが設定されている

0/10
説明文

100文字以上の説明がある

0/10
人気

GitHub Stars 100以上

0/15
最近の活動

3ヶ月以内に更新がある

0/10
フォーク

10回以上フォークされている

0/5
Issue管理

オープンIssueが50未満

+5
言語

プログラミング言語が設定されている

+5
タグ

1つ以上のタグが設定されている

0/5

レビュー

💬

レビュー機能は近日公開予定です