Skip to main content
Glama

Bob Demo MCP Server

A comprehensive MCP (Model Context Protocol) server that demonstrates Bob's capabilities through 9 specialized tools for file operations, code analysis, and git operations.

Features

πŸ“ File Operations (3 tools)

  • list_directory - Browse project files and folders with optional recursive listing

  • read_file_content - Read files with line numbers and optional line range selection

  • search_in_files - Search across multiple files using regex patterns with context

πŸ” Code Analysis (3 tools)

  • analyze_project_structure - Get comprehensive project insights including file types, technologies, and structure

  • find_code_definitions - Find functions, classes, methods, and interfaces in code

  • analyze_code_complexity - Measure code metrics including lines, functions, and complexity

πŸ”€ Git Operations (3 tools)

  • get_git_diff - View changes and diffs with statistics

  • get_repository_info - Get repository status, branch info, and commit details

  • analyze_commit_history - Analyze commit patterns and contributor statistics

Related MCP server: MCP Demo Server

Installation

# Install dependencies
npm install

# Build the server
npm run build

Usage

This server is designed to be used with Bob AI Assistant through the MCP protocol. Once configured in Bob's MCP settings, the tools will be automatically available.

Configuration

Add to Bob's MCP settings (~/.bob/settings/mcp_settings.json):

{
  "mcpServers": {
    "bob-demo": {
      "command": "node",
      "args": ["/Users/ahmedchaudhry/Documents/IBM Bob/MCP/bob-demo-server/build/index.js"],
      "disabled": false,
      "alwaysAllow": [],
      "disabledTools": []
    }
  }
}

Example Usage

Once configured, you can ask Bob naturally:

  • "List all files in the current directory"

  • "Analyze this project's structure"

  • "Find all TODO comments in the code"

  • "Show me what I've changed in git"

  • "What functions are defined in this file?"

  • "How complex is this code?"

Bob will automatically use the appropriate tools to answer your questions.

Development

# Watch mode for development
npm run watch

# Build
npm run build

Architecture

bob-demo-server/
β”œβ”€β”€ src/
β”‚   β”œβ”€β”€ index.ts              # Main server entry point
β”‚   β”œβ”€β”€ tools/
β”‚   β”‚   β”œβ”€β”€ file-operations.ts    # File operation tools
β”‚   β”‚   β”œβ”€β”€ code-analysis.ts      # Code analysis tools
β”‚   β”‚   └── git-operations.ts     # Git operation tools
β”‚   └── utils/
β”‚       β”œβ”€β”€ file-utils.ts         # File system utilities
β”‚       β”œβ”€β”€ git-utils.ts          # Git command utilities
β”‚       └── parser-utils.ts       # Code parsing utilities
β”œβ”€β”€ build/                    # Compiled JavaScript output
β”œβ”€β”€ package.json
β”œβ”€β”€ tsconfig.json
└── README.md

Requirements

  • Node.js 18 or higher

  • Git (for git operation tools)

  • TypeScript 5.3 or higher

License

MIT

Author

Bob AI Assistant

Install Server
F
license - not found
C
quality
C
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • F
    license
    -
    quality
    D
    maintenance
    A tutorial MCP server for learning the Model Context Protocol by building file and system tools. Provides hands-on experience creating custom tools that enable AI models to interact with files and execute system commands.
  • A
    license
    -
    quality
    D
    maintenance
    A demonstration MCP server showcasing tools (calculator, file operations, weather, timestamp), resources (server config, system info, documentation), and reusable prompt templates for code review, documentation, and debugging.
    Apache 2.0
  • A
    license
    C
    quality
    D
    maintenance
    A comprehensive MCP server that provides AI assistants with tools for file system management, Git integration, and shell command execution. It features specialized code utilities for analysis, formatting, and linting to enhance development workflows within Claude Desktop.
    28
    7
    MIT
  • F
    license
    -
    quality
    D
    maintenance
    A modular MCP server that provides tools for file operations, regex-based code searching, and structural analysis of functions and classes across multiple programming languages. It also includes AI-powered features for intelligently updating files according to architectural changes.

View all related MCP servers

Related MCP Connectors

  • A MCP server built for developers enabling Git based project management with project and personal…

  • An MCP server that gives your AI access to the source code and docs of all public github repos

  • A comprehensive Model Context Protocol (MCP) server that enables AI assistants to interact with yo…

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/Ahmed-Chaudhry-ibm/bob-demo-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server