Codelogic MCP Server
Rank #2,328io.github.lineai-intelligence/lineai-mcp-server
An MCP Server to utilize Lineai's rich software dependency data in your AI programming assistant.
Codelogic MCP Server is a Model Context Protocol (MCP) server published by lineai-intelligence. It ranks #2,328 of 132,046 servers tracked on MCP Toplist, and its repository has 38 GitHub stars. Codelogic MCP Server is listed across 3 registries — Official MCP, mcp.so and Glama, with 8 tracked versions. It was first listed on Apr 2, 2025 and most recently updated on Aug 12, 2026.
Ranks ahead of 129,718 of 132,046 servers on MCP Toplist.
Use Codelogic MCP Server
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add lineai-mcp-server -e "LINEAI_SERVER_HOST=<your LINEAI_SERVER_HOST>" -e "LINEAI_USERNAME=<your LINEAI_USERNAME>" -e "LINEAI_PASSWORD=<your LINEAI_PASSWORD>" -e "LINEAI_WORKSPACE_NAME=<your LINEAI_WORKSPACE_NAME>" -e "LINEAI_DEBUG_MODE=<your LINEAI_DEBUG_MODE>" -- uvx lineai-mcp-serverReplace each placeholder with your own value before saving.
[mcp_servers.lineai-mcp-server]
command = "uvx"
args = ["lineai-mcp-server"]
[mcp_servers.lineai-mcp-server.env]
LINEAI_SERVER_HOST = "<your LINEAI_SERVER_HOST>"
LINEAI_USERNAME = "<your LINEAI_USERNAME>"
LINEAI_PASSWORD = "<your LINEAI_PASSWORD>"
LINEAI_WORKSPACE_NAME = "<your LINEAI_WORKSPACE_NAME>"
LINEAI_DEBUG_MODE = "<your LINEAI_DEBUG_MODE>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineai-mcp-server": {
"command": "uvx",
"args": [
"lineai-mcp-server"
],
"env": {
"LINEAI_SERVER_HOST": "<your LINEAI_SERVER_HOST>",
"LINEAI_USERNAME": "<your LINEAI_USERNAME>",
"LINEAI_PASSWORD": "<your LINEAI_PASSWORD>",
"LINEAI_WORKSPACE_NAME": "<your LINEAI_WORKSPACE_NAME>",
"LINEAI_DEBUG_MODE": "<your LINEAI_DEBUG_MODE>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineai-mcp-server": {
"command": "uvx",
"args": [
"lineai-mcp-server"
],
"env": {
"LINEAI_SERVER_HOST": "<your LINEAI_SERVER_HOST>",
"LINEAI_USERNAME": "<your LINEAI_USERNAME>",
"LINEAI_PASSWORD": "<your LINEAI_PASSWORD>",
"LINEAI_WORKSPACE_NAME": "<your LINEAI_WORKSPACE_NAME>",
"LINEAI_DEBUG_MODE": "<your LINEAI_DEBUG_MODE>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lineai-mcp-server": {
"type": "stdio",
"command": "uvx",
"args": [
"lineai-mcp-server"
],
"env": {
"LINEAI_SERVER_HOST": "<your LINEAI_SERVER_HOST>",
"LINEAI_USERNAME": "<your LINEAI_USERNAME>",
"LINEAI_PASSWORD": "<your LINEAI_PASSWORD>",
"LINEAI_WORKSPACE_NAME": "<your LINEAI_WORKSPACE_NAME>",
"LINEAI_DEBUG_MODE": "<your LINEAI_DEBUG_MODE>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineai-mcp-server": {
"command": "uvx",
"args": [
"lineai-mcp-server"
],
"env": {
"LINEAI_SERVER_HOST": "<your LINEAI_SERVER_HOST>",
"LINEAI_USERNAME": "<your LINEAI_USERNAME>",
"LINEAI_PASSWORD": "<your LINEAI_PASSWORD>",
"LINEAI_WORKSPACE_NAME": "<your LINEAI_WORKSPACE_NAME>",
"LINEAI_DEBUG_MODE": "<your LINEAI_DEBUG_MODE>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineai-mcp-server": {
"command": "uvx",
"args": [
"lineai-mcp-server"
],
"env": {
"LINEAI_SERVER_HOST": "<your LINEAI_SERVER_HOST>",
"LINEAI_USERNAME": "<your LINEAI_USERNAME>",
"LINEAI_PASSWORD": "<your LINEAI_PASSWORD>",
"LINEAI_WORKSPACE_NAME": "<your LINEAI_WORKSPACE_NAME>",
"LINEAI_DEBUG_MODE": "<your LINEAI_DEBUG_MODE>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.lineai-intelligence%2Flineai-mcp-server)<a href="https://mcptoplist.com/server/io.github.lineai-intelligence%2Flineai-mcp-server"><img src="https://mcptoplist.com/badge/io.github.lineai-intelligence%2Flineai-mcp-server.svg" alt="MCP Toplist: Top 5% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
lineai-intelligence
Available versions (8)
| Version | Published |
|---|---|
| 1.3.2 | Aug 12, 2026 |
| 1.3.1 | Aug 7, 2026 |
| 1.3.0 | Jul 30, 2026 |
| 1.2.0 | Jul 15, 2026 |
| 1.1.1 | Apr 13, 2026 |
| 1.1.0 | Feb 4, 2026 |
| 1.0.11 | Sep 24, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Codelogic MCP Server?
- Codelogic MCP Server is maintained by lineai-intelligence, which publishes 1 MCP server (8 total versions) tracked on MCP Toplist.
- Is Codelogic MCP Server listed on the Official MCP Registry?
- Yes — Codelogic MCP Server is listed on the Official MCP Registry, alongside mcp.so and Glama.
- How many versions does Codelogic MCP Server have?
- MCP Toplist tracks 8 versions of Codelogic MCP Server, most recently published on Aug 12, 2026.
- Where can I find the source code for Codelogic MCP Server?
- The source code for Codelogic MCP Server is hosted at github.com/lineai-intelligence/lineai-mcp-server.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.