https://github.com/zsdlove/artemis-mcp-server
  
  
    this is a mcp server for artemis sast tool 
    https://github.com/zsdlove/artemis-mcp-server
  
        Last synced: about 2 months ago 
        JSON representation
    
this is a mcp server for artemis sast tool
- Host: GitHub
 - URL: https://github.com/zsdlove/artemis-mcp-server
 - Owner: zsdlove
 - License: apache-2.0
 - Created: 2025-04-28T17:28:45.000Z (6 months ago)
 - Default Branch: main
 - Last Pushed: 2025-05-14T08:34:56.000Z (6 months ago)
 - Last Synced: 2025-05-14T09:44:57.796Z (6 months ago)
 - Language: Python
 - Homepage: https://zsdlove.github.io
 - Size: 53 MB
 - Stars: 2
 - Watchers: 1
 - Forks: 0
 - Open Issues: 0
 - 
            Metadata Files:
            
- Readme: README.md
 - License: LICENSE
 
 
Awesome Lists containing this project
- awesome-mcp-servers - **artemis-mcp-server** - this is a mcp server for artemis sast tool `python` `mcp` `server` `pip install git+https://github.com/zsdlove/artemis-mcp-server` (🤖 AI/ML)
 - awesome-mcp-servers - **artemis-mcp-server** - this is a mcp server for artemis sast tool `python` `mcp` `server` `pip install git+https://github.com/zsdlove/artemis-mcp-server` (AI/ML)
 
README
          # artemis-mcp-server
this is a mcp server for artemis sast tool
# usage
```bash
command args:
python3 -m artemis-mcp-server --help
pony@ponydeMBP % python3 -m artemis-mcp-server --help
usage: __main__.py [-h] [-v] [-r RULE] [-s SERVER] [-p PORT]
this is a mcp server for artemis sast tool.
options:
  -h, --help           show this help message and exit
  -v, --verbose        artemis-mcp-server-v0.1.0
  -r, --rule RULE      path to rule
  -s, --server SERVER  mcp server host
  -p, --port PORT      mcp server port
Example:
python3 -m artemis-mcp-server -s 127.0.0.1 -p 8088
```
# config
the config build.properties needs to be configured in the root directory of the project so that the scanner can compile properly.
```bash
Example:
java_home = /Library/Java/JavaVirtualMachines/jdk1.8.0_151.jdk/Contents/Home
build_cmd= mvn clean package -X -DskipTests=true
```
# cline config
```json
"artemis-mcp-server": {
      "autoApprove": ["scan"],
      "disabled": false,
      "timeout": 60,
      "url": "http://127.0.0.1:8088/sse",
      "transportType": "sse"
}
```