Skip to main content
Glama

Aibolit MCP Server

by cqfn
server.ts456 B
// SPDX-FileCopyrightText: Copyright (c) 2025 Yegor Bugayenko // SPDX-License-Identifier: MIT import { McpServer } from '@modelcontextprotocol/sdk/server/mcp.js'; /** * MCP server instance for the Aibolit MCP Server. * Provides capabilities for tool integration with Aibolit Java code quality analyzer. */ export const server = new McpServer( { capabilities: { tools: {} }, name: 'aibolit-mcp-server', version: '0.0.0' }, );

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/cqfn/aibolit-mcp-server'

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