Awesome MCPSoftware Development

avivsinai/langfuse-mcp

⭐ 105 Python repository created 2025-03-21

Langfuse MCP Server gives MCP clients read access to Langfuse, the open-source observability platform for language-model applications. Langfuse records traces of model calls — prompts, completions, tool invocations, token counts, latencies, costs and errors — and this server makes that history queryable as tools: finding traces by criteria, drilling into a specific trace's observations, examining sessions that group related traces, and retrieving error and exception detail. The characteristic use is self-debugging: an agent whose earlier run behaved wrongly can look up the actual trace and see which tool call returned unexpected output or where token use spiked, rather than the developer reading through a web dashboard and pasting findings back into the conversation. It runs locally against a Langfuse instance, cloud or self-hosted, with project credentials. The project is Python, supports versions 3.10 through 3.14, is published on PyPI as langfuse-mcp with substantial monthly download figures, and is MIT licensed. It ships agent skills for Claude Code and Codex alongside the plain MCP server. The audience is teams running language-model applications instrumented with Langfuse who want failure investigation to happen inside the development session where the fix will be written.

https://github.com/avivsinai/langfuse-mcp

mcplangfuseobservabilitytracingpythonllm-debuggingdeveloper-tools

Also in Software Development

Graphify-Labs/graphify

Graphify transforms codebases, documentation, and other files into queryable knowledge graphs, enhancing developer productivity with local AST parsing and detailed edge explanations.

upstash/context7

Context7 MCP Server is an MCP server that delivers up-to-date, version-specific code documentation and examples to enhance LLMs and AI code editors, ensuring accurate and current code generation.

DeusData/codebase-memory-mcp

High-performance Model Context Protocol (MCP) server that indexes codebases into a persistent knowledge graph for AI coding agents, supporting 158 languages, lightning-fast queries, and various dev...

github/github-mcp-server

GitHub MCP Server is an official Model Context Protocol server that integrates with GitHub APIs to enable advanced automation and AI-powered interactions with GitHub repositories and workflows.

tirth8205/code-review-graph

Code-review-graph is a local-first code intelligence solution that builds a persistent structural map of your codebase to provide precise context to AI coding tools, significantly reducing token us...

oraios/serena

Serena is a free and open-source coding agent toolkit that uses the Model Context Protocol to enable LLMs to autonomously perform semantic code retrieval and editing with IDE-like precision on complex codebases.

eyaltoledano/claude-task-master

Claude Task Master is an AI-powered task management system designed for AI-driven development that integrates seamlessly with various editors via the Model Control Protocol (MCP).

mksglu/context-mode

Context Mode is an MCP server designed to optimize context window usage for AI coding agents by sandboxing tool output, tracking session continuity with SQLite, and promoting LLMs as code generator...