Skip to content
Back to search
30
MCP

@mseep/rails-ast-mcp-server

npm/@mseep/rails-ast-mcp-server

MCP server for Rails code AST parsing, indexing and knowledge graph navigation - complete Rails intelligence with database schema awareness

Uptime
0.0%
12 probes
Response
0ms
last probe
Tools
0
callable
Primary URL

Similar MCP servers embedding-nearest

repomap-mcp-server
MCP server for RepoMap — code intelligence via AST-based repository analysis
0 tools
mcp-ast-explorer
MCP server for Python AST/CST symbol exploration.
0 tools
ast-workers-mcp
MCP Server for AST Workers - Language-aware code manipulation via CLI tools
0 tools
@fosterg4/mcpsaver
MCP server for optimizing code references and reducing token usage through smart caching and AST parsing
0 tools
src-mcp
MCP server for semantic code search and codebase analysis — Treesitter parsing, AST extraction, and embedding-based indexing for any LLM tha
0 tools
@mseep/mcp-crawl4ai-ts
TypeScript MCP server for Crawl4AI - web crawling and content extraction
0 tools

How to use

Add to your Claude Desktop / Cursor / Cline MCP config:

{
  "mcpServers": {
    "@mseep/rails-ast-mcp-server": {
      "url": "None",
      "transport": "http"
    }
  }
}