Back to Home
nnennandukwe icon

python-mcp-agent-workshop

Verified Safe

by nnennandukwe

Overview

Implements an MCP server with a keyword search tool for AI agents to analyze codebases and provide insights.

Installation

Run Command
poetry run workshop-mcp-server

Security Notes

The server communicates over stdin/stdout, limiting direct network exposure. Input validation is present for arguments like 'keyword' and 'root_paths'. The 'keyword_search' tool is designed to search local file systems based on provided 'root_paths'. While paths are resolved and checked to be directories, an AI agent could theoretically request searches in any directory the server process has read access to. This is an inherent capability of the tool and not a vulnerability in its implementation, but implies trust in the agent and the server's execution environment.

Similar Servers

Stats

Interest Score35
Security Score8
Cost ClassMedium
Avg Tokens3500
Stars5
Forks3
Last Update2026-01-18

Tags

AI AgentsMCPPythonCode AnalysisKeyword SearchJSON-RPC