LSP Tools MCP Server
LSPツールMCPサーバー
テキスト分析用の言語サーバー プロトコルのような機能を提供するモデル コンテキスト プロトコル (MCP) サーバー。
特徴
正規表現の位置を検索: ファイル内の正規表現パターンに一致する 0 から始まる行と列の位置を検索します。
許可されたディレクトリの一覧: サーバーがアクセスを許可されているディレクトリの一覧を取得します
Related MCP server: TokenScope
インストール
npm install
npm run build使用法
# Start the server allowing access to a specific directory
node dist/index.js /path/to/allowed/directory
# Start the server with multiple allowed directories
node dist/index.js /path/to/dir1 /path/to/dir2 /path/to/dir3発達
テストの実行
このプロジェクトではテストにJestを使用しています。以下のコマンドでテストを実行します。
npm test開発中にウォッチモードでテストを実行するには:
npm run test:watchリンティング
ESLint を使用してコードをリントします。
npm run lintツールドキュメント
正規表現の位置を見つける
このツールは、ファイル内の正規表現パターンに一致する 0 インデックスの行と列の位置を見つけます。
パラメータ:
path: 検索するファイルへのパスregex: 検索する正規表現パターン
戻り値:
次のプロパティを持つ一致の配列:
match: 一致したテキストline: 開始行(0から始まる)column: 開始列(0から始まるインデックス)endLine: 終了行(0から始まる)endColumn: 終了列(0から始まる、0を含まない)
許可されたディレクトリの一覧
このツールは、このサーバーがアクセスを許可されているすべてのディレクトリを一覧表示します。
パラメータ:
なし
戻り値:
許可されたディレクトリへの絶対パスの配列
ライセンス
マサチューセッツ工科大学
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityFmaintenanceA Model Context Protocol server that enables LLMs to read, search, and analyze code files with advanced caching and real-time file watching capabilities.61339MIT
- Alicense-qualityDmaintenanceA Model Context Protocol server that enables token-aware directory exploration and file analysis for LLMs, helping them understand codebases through intelligent scanning and reporting.4MIT
- AlicenseBqualityDmaintenanceA Model Context Protocol server that provides powerful regex-based code refactoring and search tools for Coding Agents.2247MIT
- FlicenseAqualityDmaintenanceA Model Context Protocol server that enables keyword search within files, returning matching lines with line numbers.11
Related MCP Connectors
A Model Context Protocol server for Wix AI tools
A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…
Security scanner for MCP servers. Detect vulnerabilities, prompt injection, and tool poisoning.
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/rajnaveen344/lsp-tools-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server