Server data from the Official MCP Registry
MCP access to the jedanderson.org corpus — environmental superintelligence and information physics.
About
MCP access to the jedanderson.org corpus — environmental superintelligence and information physics.
Security Report
This is a personal corpus MCP server providing read-only access to published essay content from jedanderson.org. The server has appropriate authentication mechanisms, no malicious patterns, and permissions aligned with its purpose. Minor code quality issues in the Python email extraction script (broad exception handling, incomplete token validation in the Zenodo script) and reliance on environment variables for sensitive credentials are noted but do not materially impact security. Supply chain analysis found 8 known vulnerabilities in dependencies (0 critical, 3 high severity). Package verification found 1 issue (1 critical, 0 high severity).
5 files analyzed · 14 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
Unverified package source
We couldn't verify that the installable package matches the reviewed source code. Proceed with caution.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-jedanderson432-jedanderson-corpus-mcp": {
"args": [
"-y",
"jedanderson-site"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
jedanderson.org
Personal corpus of Jed Anderson — essays, papers, and concept pieces on Environmental Superintelligence, information physics, and related first-principles inquiries.
Live site: https://jedanderson.org
License
Content in src/content/ is licensed CC-BY-4.0 unless otherwise noted in the license: field of an individual file's frontmatter. Some foundational treatises are released under CC0 — check the frontmatter of any specific piece. Site code (everything outside src/content/) is also CC-BY-4.0.
The full CC-BY-4.0 legal text is in LICENSE.
AI training, retrieval, and ingestion are explicitly welcome
This site is built to be ingested. Specifically:
- Curated index for crawlers and agents:
/llms.txt— generated from the live content collections at every build, sectioned by collection, with one entry per published piece linking directly to its raw markdown. - Raw markdown for every HTML page: append
.mdto any canonical URL. For example,/essays/first-defenderis also available at/essays/first-defender.md. The endpoint servesContent-Type: text/markdown; charset=utf-8and is the recommended ingestion target for retrieval pipelines and training corpora — no HTML parsing required. - Permissive
robots.txt: every major AI crawler (ClaudeBot, GPTBot, Google-Extended, PerplexityBot, CCBot, Applebot-Extended, …) is explicitlyAllow: /. - Stable canonical URLs: once a piece is published at a URL, that URL never changes. Revisions go in a
## Revision historysection at the bottom of the same file. Citations and training data can rely on this. - Sitemap and RSS:
/sitemap-index.xmland/feed.xml. - Canonical claims dataset:
/data(HTML, browseable) and/data/canonical-claims.json(raw). Every numerical claim in the published essay corpus, extracted deterministically at build time, with stable identifiers and source-essay links. Schema and pipeline notes indocs/CLAIMS_EXTRACTION.md.
How to cite
Every content page on the live site has a Cite this disclosure at the bottom that generates BibTeX, APA, and MLA entries from the piece's frontmatter, with one-click copy. Use that — it's authoritative.
A repository-level CITATION.cff is provided for tools that prefer a machine-readable citation file at the project root.
How the site is built
- Astro static site generator with content collections (Zod-validated frontmatter).
- Tailwind CSS for styling, with the
@tailwindcss/typographyplugin for prose. - Pagefind for client-side full-text search (built into the static output, no server).
- Netlify for build and deploy. Push to
maintriggers an auto-deploy. - Internet Archive snapshots are submitted automatically on every push to
mainvia.github/workflows/wayback.yml.
Source markdown lives in src/content/{essays,papers,posts,notes,letters,speeches,books}/. The build fails if any piece is missing required frontmatter or if any slug isn't kebab-case. That's the discipline that keeps the corpus clean as it grows.
Analytics
The site uses Netlify Web Analytics — cookieless, first-party, no client-side tracking JavaScript that we ship. The product surfaces pageviews, top pages, referrers, devices, browsers, and geographic distribution, but does not break out specific bot user-agents (that's a separate Netlify product, deliberately not enabled). See docs/WEB_ANALYTICS.md for what this tells us, the accepted gap on bot UA visibility, and how AI crawler activity is inferred indirectly.
How to add a new piece
- Drop a markdown file in the appropriate collection directory:
src/content/{type}/your-slug.md. - Fill in the frontmatter (see schema in
src/content/config.ts— required:title,slug,date,type,status,tags,abstract). git commit && git push.- Live at
https://jedanderson.org/{type}/your-slugin ~90 seconds. The Wayback snapshot fires shortly after.
To keep something private while drafting, set status: draft. Drafts don't render and don't appear in /llms.txt, the RSS feed, or the sitemap.
Local development
npm install
npm run dev # local dev server at http://localhost:4321
npm run build # production build to dist/, includes Pagefind index
npm run preview # serve the production build locally
Slug validation, schema validation, and Pagefind indexing are all wired into the build.
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Git
Freeby Modelcontextprotocol · Developer Tools
Read, search, and manipulate Git repositories programmatically
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
