py-poetry
@Tyler-R-Kendrick
About py-poetry
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-server-agent": {
"command": "python",
"args": [
"src/agent.py",
"<path_to_local_git_repo>"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is py-poetry?
A template that has Python configured for VS Code with Poetry, and includes an agent script and CodeQL integration via Docker.
How to use py-poetry?
Run the agent using python src/agent.py <path_to_local_git_repo>. For CodeQL analysis, build the Docker container, then use CodeQL CLI commands against the container's file system.
Key features of py-poetry
- Python project configured for VS Code with Poetry.
- Includes an agent script for local git repositories.
- Supports CodeQL analysis via generated Docker container.
- Provides Dockerfile and docker-compose.yml files.
Use cases of py-poetry
- Setting up a Python development environment with Poetry and VS Code.
- Running CodeQL security queries on Python code inside a Docker container.
- Automating local git repository analysis with the agent script.
FAQ from py-poetry
What is py-poetry?
A template that configures Python for VS Code using Poetry, and includes an agent and CodeQL support.
How do I run the agent?
Use the command python src/agent.py <path_to_local_git_repo>, replacing the placeholder with your repository path.
How do I use CodeQL with py-poetry?
Build the Docker container, then run CodeQL database creation and analysis commands (e.g., codeql database create and codeql database analyze) against the container's workspace.
What files are provided?
The template includes a Dockerfile, docker-compose.yml, and a codeql-config.yml file (generated in the container root).
Does py-poetry have any dependencies?
It requires Python, Poetry, VS Code, Docker, and CodeQL CLI to use all features.
More AI & Agents MCP servers
Mcp Agent
lastmile-aiBuild effective agents using Model Context Protocol and simple workflow patterns
🛡️ A.I.G(AI-Infra-Guard)
TencentA full-stack AI Red Teaming platform securing AI ecosystems via OpenClaw Security Scan, Agent Scan, Skills Scan, MCP scan, AI Infra scan and LLM jailbreak evaluation.
Unreal Engine Generative AI Support Plugin
prajwalshettydevUnreal Engine plugin for LLM/GenAI models & MCP UE5 server. OpenAI GPT-5, Deepseek R1, Claude Opus/Sonnet, Gemini 3, Grok 4, Alibaba Qwen, Kimi, ElevenLabs TTS, Inworld, OpenRouter, Groq, GLM, Ollama, Local, Meshy, Tripo, Hunyuan3D, Rodin, fal, Dashscope, Seedream. NPC AI, agenti
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Comments