moai-cc-mcp-plugins-settings

Configure MCP servers and plugins for Claude Code with OAuth and permissions.

1|Updated Jul 28, 2025
One-click install
npx skills add https://github.com/kivo360/quickhooks --skill moai-cc-mcp-plugins-settings
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: moai-cc-mcp-plugins-settings
Source: https://github.com/kivo360/quickhooks/tree/main/.claude/skills/moai-cc-mcp-plugins/templates/settings-mcp-template.json
Command: npx skills add https://github.com/kivo360/quickhooks --skill moai-cc-mcp-plugins-settings

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This template configures MCP servers and plugin settings for Claude Code.

Core Features & Use Cases

  • Server Config: GitHub, Filesystem, SQLite, Brave Search configurations.
  • OAuth & Permissions: Scoped access and security practices.

Quick Start

Copy the MCP template into a project and adjust OAuth scopes.

Frequently Asked Questions about moai-cc-mcp-plugins-settings

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I configure MCP servers with OAuth and permission scopes for Claude Code?

Configure MCP servers by setting up OAuth with least-privilege scopes, explicit path whitelisting, and environment-based secrets. The template covers GitHub, filesystem, SQLite, and Brave Search integrations with permission management enforced through the /mcp command and plugin validations.

What MCP server integrations are supported and how do I set them up?

Supported integrations include GitHub, filesystem access, SQLite databases, and Brave Search. Each server configuration requires scoped OAuth setup, explicit permission definitions, and health checks via the /mcp command to ensure secure, controlled tool access.

How do I manage permissions and secrets when setting up MCP plugins?

Use environment-based secrets for sensitive credentials, apply least-privilege OAuth scopes aligned to actual needs, and whitelist filesystem paths explicitly. The template enforces these security practices during server setup and validates compliance through plugin checks.

Can I use MCP servers with multiple external APIs and databases simultaneously?

Yes. MCP server configuration supports parallel integrations with GitHub, SQLite, Brave Search, and filesystem access. Each integration maintains isolated OAuth scopes and permissions, validated through the /mcp command to prevent privilege escalation.

What security checks should I perform before deploying MCP server configurations?

Validate OAuth scope appropriateness, confirm filesystem path whitelisting, verify environment secrets are externalized, and run health checks via /mcp command. The template enforces least-privilege principles and plugin validation to catch misconfigurations before deployment.

Why does MCP server configuration require explicit permission management?

Explicit permissions prevent unauthorized tool access and data exposure. MCP configuration enforces least-privilege OAuth scopes, path whitelisting, and secrets management to ensure external integrations operate only within intended boundaries while maintaining audit compliance.