JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q52281F
  • License MIT

An MCP server for JFK files

Package Exports

    This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jfk-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

    Readme

    JFK MCP

    This MCP server leverages the Archives API to query JFK documents. You can obtain your API key from archives-api.com.

    Below is the JSON configuration for MCP Claude Desktop. Replace "your-api-key-here" with your actual Archives API key.

    {
      "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