MCP server for the Link personal knowledge wiki — search, context, and graph traversal
Project description
link-mcp
MCP server for the Link personal knowledge wiki.
Exposes your wiki as MCP tools so any MCP-compatible agent can search, query context, and traverse the knowledge graph without reading files directly.
Install
pip install link-mcp
Setup
- Install Link and scaffold your wiki:
git clone https://github.com/gowtham0992/link.git
bash link/integrations/kiro/install.sh
- Add to your MCP client config:
{
"mcpServers": {
"link": {
"command": "python3",
"args": ["-m", "link_mcp"]
}
}
}
Or with a custom wiki path:
{
"mcpServers": {
"link": {
"command": "python3",
"args": ["-m", "link_mcp", "--wiki", "/path/to/wiki"]
}
}
}
Tools
| Tool | Description |
|---|---|
search_wiki |
Ranked search by title, alias, tag, fulltext |
get_context |
Topic + full graph neighborhood in one call |
get_pages |
List all pages with metadata |
get_backlinks |
Inbound + forward links for a page |
get_graph |
All nodes + edges |
rebuild_backlinks |
Rebuild the link index |
Wiki location
By default uses ~/link/wiki/. Override with --wiki /path/to/wiki.
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
Filter files by name, interpreter, ABI, and platform.
If you're not sure about the file name format, learn more about wheel file names.
Copy a direct link to the current filters
File details
Details for the file link_mcp-1.0.0.tar.gz.
File metadata
- Download URL: link_mcp-1.0.0.tar.gz
- Upload date:
- Size: 6.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
b4517d4e1fe65e7661dbb2a522bdf01367e4ee5ac5f8f169cde675bf08d38283
|
|
| MD5 |
087387c9a2dacc2c9d8915caf6d77930
|
|
| BLAKE2b-256 |
4f77b27fd9c753d123ab27595127a2f173c3b408569a1070b40523cc0d368b2f
|
File details
Details for the file link_mcp-1.0.0-py3-none-any.whl.
File metadata
- Download URL: link_mcp-1.0.0-py3-none-any.whl
- Upload date:
- Size: 7.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? No
- Uploaded via: twine/6.2.0 CPython/3.14.3
File hashes
| Algorithm | Hash digest | |
|---|---|---|
| SHA256 |
33f183f183ad124ba4bf84e9d332c9520563156975c551b763131990b6c560fe
|
|
| MD5 |
a8824e368a4e73432c173add90f6b754
|
|
| BLAKE2b-256 |
455557522e3787977ca23d21bab6583862bb2db09446e70a64a352eb00a4d88a
|