Elixir Linux MCP Server
@KilluaYZ
关于 Elixir Linux MCP Server
基于Elixir的Linux源码查询MCP Server
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"linux_source_code_query": {
"command": "uv",
"args": [
"--directory",
"/path/to/elixir_linux_mcp_server",
"run",
"main.py"
],
"env": {
"LXR_BASE_DIR": "/srv/elixir-data/",
"REPO_DIR": "/path/to/linux"
}
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Elixir Linux MCP Server?
Elixir Linux MCP Server is a Model Context Protocol server that adapts the Elixir Linux code indexing tool for use with large language models. It enables LLMs to more accurately read and understand Linux kernel source code that has been indexed by Elixir. This server is intended for developers who already have Elixir, a local Linux repository, and Python/uv installed.
How to use Elixir Linux MCP Server?
Add a JSON configuration to your MCP client with the command uv and arguments pointing to the server directory and script. Set two environment variables: LXR_BASE_DIR (pointing to the Elixir data root, typically /srv/elixir-data/) and REPO_DIR (pointing to your local Linux source repository). The server runs via main.py.
Key features of Elixir Linux MCP Server
- Adapts Elixir-indexed Linux code for LLM access
- Allows precise code retrieval from Linux source
- Requires local Elixir index and Linux repo
- Uses Python and uv for execution
- Lightweight MCP server integration
- Enables context-aware code queries
Use cases of Elixir Linux MCP Server
- Querying Linux kernel code for specific functions or symbols
- Assisting LLMs in answering code-related questions
- Powering code-exploration tools for kernel development
- Enabling automated code review and analysis
- Supporting learning and documentation generation
FAQ from Elixir Linux MCP Server
What dependencies are required?
You need a local Elixir installation with an indexed Linux repository, Python 3, uv, and a cloned Linux source tree.
How do I configure the environment variables?
Set LXR_BASE_DIR to the root of your Elixir data (e.g., /srv/elixir-data/) and REPO_DIR to the path of your cloned Linux repository.
Where does the Elixir index data live?
The typical directory structure under LXR_BASE_DIR is linux/data/ and linux/repo/, corresponding to the indexed data and the local repo clone.
What runtime does the server use?
The server runs via uv with the command uv --directory /path/to/elixir_linux_mcp_server run main.py. Python is required.
Can it work without a local Linux clone?
No. The server requires both an Elixir index and a cloned Linux repository on the same machine.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Awesome-MCP-ZH
yzflyMCP 资源精选, MCP指南,Claude MCP,MCP Servers, MCP Clients

Sequential Thinking
modelcontextprotocolModel Context Protocol Servers
MCP Go 🚀
mark3labsA Go implementation of the Model Context Protocol (MCP), enabling seamless integration between LLM applications and external data sources and tools.
评论