★ 0 stars
TypeScript
💻 Code/Dev Tools
Updated 1d ago
MCP server demonstrating Bob's capabilities with 9 specialized tools for file operations, code analysis, and git operations
View on GitHub →
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"bob-demo-mcp-server": {
"command": "npx",
"args": [
"-y",
"Ahmed-Chaudhry-ibm/bob-demo-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add bob-demo-mcp-server npx -y Ahmed-Chaudhry-ibm/bob-demo-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"bob-demo-mcp-server": {
"command": "npx",
"args": [
"-y",
"Ahmed-Chaudhry-ibm/bob-demo-mcp-server"
]
}
}
}
Topics
bob-aicode-analysisdeveloper-toolsfile-operationsgit-toolsmcp-servermodel-context-protocoltypescript