Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 15 additions & 0 deletions azure-devops-mcp.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
name: Akuvo MCP Servers
version: 0.0.1
schema: v1

mcpServers:
- name: Azure DevOps
command: npx
args:
- "-y"
- "@tiberriver256/mcp-server-azure-devops"
env:
AZURE_DEVOPS_AUTH_METHOD: pat
AZURE_DEVOPS_ORG_URL: https://dev.azure.com/YOUR_ACTUAL_ORG
AZURE_DEVOPS_PAT: your_actual_personal_access_token
AZURE_DEVOPS_DEFAULT_PROJECT: YOUR_ACTUAL_PROJECT_NAME
1 change: 1 addition & 0 deletions docs/docs.json
Original file line number Diff line number Diff line change
Expand Up @@ -265,6 +265,7 @@
"guides/sentry-mcp-error-monitoring",
"guides/snyk-mcp-continue-cookbook",
"guides/supabase-mcp-database-workflow",
"guides/prisma-mcp-database-development",
"guides/dlt-mcp-continue-cookbook",
"guides/netlify-mcp-continuous-deployment",
"guides/chrome-devtools-mcp-performance"
Expand Down
1 change: 1 addition & 0 deletions docs/guides/overview.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ Step-by-step guides for integrating Model Context Protocol (MCP) servers with Co
- [Sentry Error Monitoring Cookbook](/guides/sentry-mcp-error-monitoring) - Automated error analysis with Sentry MCP to identify patterns and create actionable GitHub issues
- [Snyk + Continue Hub Agent Cookbook (MCP)](/guides/snyk-mcp-continue-cookbook) - Integrate Snyk MCP via Continue Hub to scan code, deps, IaC, and containers
- [Supabase Database Workflow Cookbook](/guides/supabase-mcp-database-workflow) - Audit Row Level Security in your Supabase database, identify vulnerabilities, and automatically generate fixes using Supabase MCP
- [Prisma Database Development Cookbook](/guides/prisma-mcp-database-development) - Build AI-powered database development workflows with Prisma MCP for schema design, migrations, and database management
- [dlt Data Pipelines Cookbook](/guides/dlt-mcp-continue-cookbook) - Build AI-powered data pipelines with dlt MCP for pipeline inspection, schema management, and debugging

## What Advanced Tutorials Are Available
Expand Down
Loading
Loading