TSAP MCP Server
@Dicklesworthstone
TSAP MCP Server について
MCP server for text search and code analysis: advanced pattern matching, processing pipelines, and static analysis exposed as MCP tools
基本情報
設定
ツール
ツールは検出されませんでした
ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。
概要
What is TSAP MCP Server?
TSAP MCP Server is a Model Context Protocol (MCP) implementation of a Text Search and Analysis Processing (TSAP) system for code intelligence and text analysis. It provides advanced text search, processing, and analysis capabilities through a standardized interface, making it compatible with Claude Desktop and other MCP-compatible clients.
How to use TSAP MCP Server?
Install from source with Python 3.13+ and ripgrep, then run tsap-mcp run to start the server on localhost:8000. For Claude Desktop integration, use tsap-mcp install --desktop. The server exposes tools, resources, and prompts via the MCP protocol.
Key features of TSAP MCP Server
- MCP protocol compliant for AI tooling integration
- Text search with regex, case sensitivity, and path filtering
- Code search using ripgrep with pattern matching
- Semantic search using embedding models
- Text normalization, pattern extraction, and document analysis
- Code quality, structure, and content analysis tools
- Data visualization with matplotlib and networkx
- File content and project structure resource access
Use cases of TSAP MCP Server
- AI-assisted code search and analysis in development environments
- Document profiling and metadata extraction for large text corpora
- Semantic search across codebases using embedding models
- Automated pattern extraction and text transformation workflows
FAQ from TSAP MCP Server
What runtime dependencies does TSAP MCP Server require?
Python 3.13 or higher and ripgrep installed on the system are required. Optional dependencies for visualization and semantic search can be installed via pip install -e ".[all]".
How does TSAP MCP Server differ from other MCP servers?
It provides a comprehensive suite of text search, processing, and analysis tools (including code search via ripgrep, semantic search with embeddings, and visualization) wrapped in the MCP standard, targeting code intelligence and document analysis.
Can I use TSAP MCP Server with Claude Desktop?
Yes, integration is supported through the tsap-mcp install --desktop command, which registers the server with Claude Desktop for use in conversations.
What transports does TSAP MCP Server support?
The server uses HTTP by default, binding to localhost:8000. Host and port can be configured via command-line options or environment variables (TSAP_HOST, TSAP_PORT).
How is the server configured?
Behavior is set via environment variables: TSAP_HOST, TSAP_PORT, TSAP_LOG_LEVEL, TSAP_PERFORMANCE_MODE, TSAP_CACHE_ENABLED, and TSAP_DEBUG. The server also supports command-line flags like --reload for development.
「その他」の他のコンテンツ
MCP Registry
modelcontextprotocolA community driven registry service for Model Context Protocol (MCP) servers.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
コメント