https://github.com/westernconcrete/jfk-mcp
https://github.com/westernconcrete/jfk-mcp
Last synced: 4 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/westernconcrete/jfk-mcp
- Owner: WesternConcrete
- License: mit
- Created: 2025-03-23T20:13:31.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-03-23T22:15:21.000Z (7 months ago)
- Last Synced: 2025-03-23T23:20:48.023Z (7 months ago)
- Language: JavaScript
- Size: 6.26 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JFK MCP
This MCP server leverages the Archives API to query JFK documents. You can obtain your API key from [archives-api.com](https://archives-api.com).
Below is the JSON configuration for MCP Claude Desktop. Replace `"your-api-key-here"` with your actual Archives API key.
```json
{
"mcpServers": {
"jfk-mcp": {
"command": "npx",
"args": ["-y", "jfk-mcp"],
"env": {
"ARCHIVES_API_KEY": "your-api-key-here"
}
}
}
}
```Github: https://github.com/WesternConcrete/jfk-mcp
NPM: https://www.npmjs.com/package/jfk-mcp