Skip to main content
Glama
Raheem-19

Serena MCP Server

by Raheem-19

Related Servers

Alternatives to Serena MCP Server

No user-submitted related servers found.

    Related Servers

    • A
      license
      A
      quality
      C
      maintenance
      Combines semantic search with AST-based code exploration for AI agents, enabling natural language code search, file structure browsing, symbol inspection, and dependency analysis through the Model Context Protocol.
      30
      4
      MIT
    • A
      license
      Not graded
      quality
      B
      maintenance
      Provides AI coding agents with deterministic, offline repository intelligence including AST symbol indexing, import/dependency graphs, and bounded context summaries via the Model Context Protocol.
      MIT
    • A
      license
      Not graded
      quality
      F
      maintenance
      Bridges the Model Context Protocol with Language Server Protocol to provide AI agents with persistent access to code intelligence features including navigation, diagnostics, refactoring, and completion across 7+ programming languages.
      969 npm
      MIT
    • A
      license
      Not graded
      quality
      D
      maintenance
      A structural codebase indexer that exposes 18 tools via the Model Context Protocol for AI-assisted code navigation, enabling efficient querying of functions, classes, dependencies, and call chains without reading entire files.
      87 PyPI
      62
      AGPL 3.0
    • A
      license
      Not graded
      quality
      A
      maintenance
      A Model Context Protocol server that enhances AI agents by providing deep semantic understanding of codebases, enabling more intelligent interactions through advanced code search and contextual awareness.
      90
      MIT

    TDQS

    B3.4/5.0

    Scored across 25 tools

    Disambiguation4/5

    Most tools have clearly distinct purposes, such as find_file vs list_dir vs search_for_pattern. However, replace_regex and replace_symbol_body both modify file content, and the three think_about_* tools could be confused, though descriptions do differentiate them.

    Naming Consistency4/5

    The vast majority use a consistent snake_case verb_noun pattern (e.g., find_file, read_file, write_memory). Minor deviations like 'onboarding' (noun) and 'check_onboarding_performed' (phrase) slightly break the pattern but remain readable.

    Tool Count3/5

    With 25 tools, the server straddles the upper boundary of what is reasonable for its scope. The feature set is broad, covering file, symbol, memory, project, and meta operations, but the count feels heavy and could overwhelm an agent.

    Completeness3/5

    The server covers file read/create/edit/search, symbol analysis/editing, memory CRUD, and project onboarding, but lacks a dedicated file deletion tool (only delete_memory exists). Rename/move operations are also absent, which agents may need for full file lifecycle management.

    Maintenance

    ActivityInactive
    ResponsivenessNo issues