Skip to main content
Glama
stefanskiasan

Azure DevOps MCP Server for Cline

index.ts531 B
import { listProjects } from './list.js'; import { AzureDevOpsConfig } from '../../config/environment.js'; const definitions = [ { name: 'list_projects', description: 'List all projects in the Azure DevOps organization', inputSchema: { type: 'object', properties: {}, required: [], }, }, ]; export const projectTools = { initialize: (config: AzureDevOpsConfig) => ({ listProjects: (args?: Record<string, unknown>) => listProjects(args, config), definitions, }), definitions, };

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/stefanskiasan/azure-devops-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server