@coretext-ai/test-bd406d73-2d4f-4a9c-ae84-a74efebf489b
v1.0.0
Published
mitch test mcp project 3
Downloads
6
Keywords
Readme
mitch-test-mcp-project-3
mitch test mcp project 3
Installation
npm install @coretext-ai/test-bd406d73-2d4f-4a9c-ae84-a74efebf489bConfiguration
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-3": {
"command": "npx",
"args": ["@coretext-ai/test-bd406d73-2d4f-4a9c-ae84-a74efebf489b"],
"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
slack Service
- list_users: List users in the workspace
- upload_file: Upload a file to Slack
- search_messages: Search for messages in the workspace
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
