@coretext-ai/test-d6687ae9-2263-4bdd-9dcc-61db003fc84e
v1.0.0
Published
mitch test mcp project 4
Keywords
Readme
mitch-test-mcp-project-4
mitch test mcp project 4
Installation
npm install @coretext-ai/test-d6687ae9-2263-4bdd-9dcc-61db003fc84eConfiguration
Environment Variables
The following environment variables are required:
NPM_TOKEN: User-defined environment variableGITHUB_TOKEN: User-defined environment variable
Usage
With Claude Desktop
Add to your Claude Desktop configuration:
{
"mcpServers": {
"mitch-test-mcp-project-4": {
"command": "npx",
"args": ["@coretext-ai/test-d6687ae9-2263-4bdd-9dcc-61db003fc84e"],
"env": {
"NPM_TOKEN": "your-value-here",
"GITHUB_TOKEN": "your-value-here"
}
}
}
}Available Tools
This server provides the following tools:
google-analytics Service
- run_report: Run a standard report with dimensions and metrics for a GA4 property
- batch_run_reports: Run multiple reports in a single request for efficiency
discord Service
- get_user: Get user by ID
- create_webhook: Create a webhook
Development
# Install dependencies
npm install
# Run in development mode
npm run dev
# Build for production
npm run build
# Run tests
npm testLicense
MIT
Generated with Template Orchestrator
