Analyzes source code dependencies within a specified directory to identify file relationships.
Connect Source Relation to Claude, Cursor or any other MCP client and it stops being a tab you switch to. Analyzes source code dependencies within a specified directory to identify file relationships. The source relation mcp server is what makes that connection.
この構造から、新しい言語のサポートを追加する場合は、src/analyzers/ に新しいモジュールを追加し、base.py を継承することで実現できる設計になっていることがわかります。 ``` ディレクトリを指定した場合はその下の src ディレクトリを解析します ファイルを指定した場合はそのファイルを基準に解析します promptからのパス入力にも対応しています promptで利用する場合は、Attach from MCP->Choose an integration->source-relationを選択してください
Setup follows the usual MCP pattern — install or clone the server, register it in your client's configuration file, restart the client.
The toolset is worth reading before you wire it up, because it tells you what the integration is really for:
Ruby — require文、require_relative文Rust — mod宣言、use文TypeScript — エイリアス、index.tsAmong the file and storage access options, the useful question is rarely "what can it do" but "what does it cost you to run" — permissions, credentials, and how much of your context its toolset consumes. Source Relation's toolset — Ruby, Rust, TypeScript — is a fair guide to whether it matches your workflow. It is maintained by owayo; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| Ruby | require文、require_relative文 |
| Rust | mod宣言、use文 |
| TypeScript | エイリアス、index.ts |
Scoped local file access — read, write, search and reorganise files in directories you explicitly allow.
Search and read your Drive — Docs, Sheets and files become context your assistant can actually use.
Query, modify and analyse local SQLite databases in conversation — the fastest way to chat with a data file.
Build a programmable telecommunications stack for connecting telephony services with the Internet via a cloud-based utility.
Chat with your second brain — search, read and write vault notes through the Local REST API.
Connects AI models to an Obsidian knowledge base for direct access and manipulation of notes and folders.